-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uppy as media library #450
Comments
Hi! Thanks for your question and interest in Uppy :) We’ve had similar questions #362 and #429.
So currently for us Uppy is a file uploader first. But we are considering adding a plugin for custom media library, where you’d pass an array of files from your own source, as opposed to Instagram or Google Drive, and users would be able to select from those, and they will then be uploaded or inserted wherever you need via an event callback (this is all up for discussion). Just the UI for files is another question though. So you’d need no uploading from Uppy, only the “gallery” UI? And cropping manipulation you’d implement yourself, outside of Uppy, is my understanding correct? |
Thanks for the reply. The upload and resize and the abilities that Uppy supports right now should be very useful. Your suggestion in questions #362 seems perfect, the listing will be done by the server, and a callback when an image selected. |
One reason you might want to consider a media library, is for easy integration of Transloadit's services into headless CMS's, e.g. decaporg/decap-cms#432 (comment). This would be awesome to use. |
+1 |
Hi there, I'm closing this due to inactivity, but we've added this idea to our backlog! |
we are building a reactjs admin module for our site, and really like the look-and-feel of Uppy, and want to add it as the media library of our wysiwug part.
The idea is to look somehow like WP media library, to upload images (to Google Drive, GCE, AWS-S3), allow some image manipulation (crop, resize, transform).
We also need the gallery ability: to list a cloud folder for images (this can be produced in the server), and and the ability to select an image and get the image actual url (in the storage).
We don't want to add the uppy-server, not to add more technologies and maintenance -required elements on our server.
Any idea and maybe an example, how could we achieve it using Uppy? maybe managing the upload separately and updating the gallery list using setState? or is there any other configuration we are missing?
The text was updated successfully, but these errors were encountered: