FriendsOfFlarum / upload

The file upload extension with insane intelligence for your Flarum forum.
https://discuss.flarum.org/d/4154
MIT License
177 stars 96 forks source link

allow configuration of upload adapter per mime type #18

Closed luceos closed 7 years ago

luceos commented 7 years ago

I'd like to be able to specify the upload adapter that should handle a specific mime type upload. For instance:

For this to work the admin page should allow for a flexible input list where we have two columns, the first column allows specification of the mime type and the second holds a dropdown of the available adapters; the same dropdown currently shown.

luceos commented 7 years ago

https://github.com/flagrow/upload/tree/mime-select

luceos commented 7 years ago

Fixed in 0.4.0