gashmicky I am not able to download a file after i set up to redirect my domain name from http to https. please i really want to sort out this and if you have any option let me know thank you in advance .
gashmicky @luceos my flagrow/upload version is 0.6.0 and when i copy the path from the database with both http and https it can able to download the file but from the application the following error appear {"errors":[{"code":500,"title":"Internal server error"}]}
luceos gashmicky please create an issue over at https://github.com/flagrow/upload/issues so we can start tracing the cause.
jenolan Do you think that it would be possible to specify that a group of images uploaded appear as a carousel rather than just vertical embed? It would be cool for a blog post that has a bunch of event images to do this. Thanks Larry
luceos jenolan cool thought, it's been mentioned before and might be worth the effort at some point. OrdinaryJellyfish this extension allows other extensions to add drivers ?
OrdinaryJellyfish Does this have integration with Google's Firebase? It does have a storage feature that I think would work well with this extension!
jozbaldwin luceos Im a complete noob at this, can you point me in the right direction? How exactly, if possible step by step do I allow all regular file types?
jozbaldwin luceos this is what i did, I copied the complete code to allow all regular file types in the Configure your mime type field, I can upload images and gifs, but audio and video doesn't seem to work.
luceos jozbaldwin You'd have to inspect the mimetype of the file you're trying to upload. There are online sites to check the mimetype. Please let me know what you find, perhaps the suggested mime configuration isn't perfect.
jozbaldwin luceos the video came back video/mp4 and the audio came back audio/mpeg Im beggining to think it has something to do with the upload time, the message something went wrong popsup on flarum.
luceos jozbaldwin I guess your upload is too large; either for the server to process within the timeout or based on the max upload size.
jozbaldwin luceos I managed to fix the server side issue, now videos and mp3s upload but theres no preview, just a blank message.
Alejandro How to upload Microsoft Office files doc, docx, excel? Does not work (application\/(doc|docx|excel))
luceos Alejandro you'll need to get the actual mime types, for instance: https://stackoverflow.com/questions/974079/setting-mime-type-for-excel-document
D-W luceos Ok then how to handle extensions that don't have mime type specified? I could use octet-stream but this will allow adding other files than I expect and then downloads as *.bin