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

Support uploading images to Imgur. #16

Closed waltdestler closed 7 years ago

waltdestler commented 7 years ago

I'm currently still using the Image Upload extension because it supports uploading images to Imgur. It'd be great if this extension could support that as well.

luceos commented 7 years ago

I understand, drawback of imgur is that it's really just an image upload service. I'll have to look into this, a basic support for a "service per file type" setting is already in the code, but not yet completely done.

luceos commented 7 years ago

https://github.com/flagrow/upload/tree/imgur

work in progress, feel free to test it out by changing the dependency in composer.json for flagrow/upload to dev-imgur and running composer update.