carrierwaveuploader / carrierwave

Classier solution for file uploads for Rails, Sinatra and other Ruby web frameworks
https://github.com/carrierwaveuploader/carrierwave
8.78k stars 1.66k forks source link

CarrierWave & Uppy Integration #2584

Open chrisedington opened 3 years ago

chrisedington commented 3 years ago

Has anyone managed to get CarrierWave working with Uppy (https://uppy.io/)?

Would love to hear about some possible integration strategies.

seuros commented 2 years ago

It should not be hard to do . Carrierwave already support remote_url. so you just need a tus server to upload and return you the url.