FriendsOfFlarum upload, the intelligent file attachment extension
Already implemented in development is AWS S3 support.
Is this file uploader working? what files can I upload?
hcarpach Yes. The old one will be wrapped into this.
UaMV for now I've whitelisted a few mime types, just to make sure we're not allowing php files. Among them are video, image and audio. As pdf for instance are application/pdf mime types, I'll be allowing you to specify the whitelist yourself.
hcarpach so yes the uploader works, it auto generates a markdown string. In case of images it also generates a previewable markdown string. Also I prefer you to install this extension for now, if you can miss out on the adapters implemented in the image upload extension (imgur for instance). I'll be adding more adapters soon, but I'm not sure the image-only ones will have priority. Feel free to request any missing adapter (upload cloud/platform) by creating an issue.
Tagged 0.1.1 let me know if you run into any issues.
See changelog in OP for information.
Great addition!
Are you able to upload multiple files at once? ?
how about add an WATERMARK option for images? thanks