DropzoneJs – drag-and-drop file uploads with image previews
11–20 of 33 posts
Re: DropzoneJs – drag-and-drop file uploads with image previews
#12Re: DropzoneJs – drag-and-drop file uploads with image previews
#13Re: DropzoneJs – drag-and-drop file uploads with image previews
#14I would like to use this in a site where we print physical photos (all that exist are in flash). As soon as i select 100 images ate the same time it crashes all my browsers. (Eg: FireFox went up to 3Gb of used memory and then crashed) Try this: Use Settimeout on a loop when generating the thumbnails so the browser is more responsive when you upload dozens of large images. Also the memory usage is way too large. The G…
Re: DropzoneJs – drag-and-drop file uploads with image previews
#15Re: DropzoneJs – drag-and-drop file uploads with image previews
#16Re: DropzoneJs – drag-and-drop file uploads with image previews
#17Thanks! I'd like an example of uploading directly to S3.
Re: DropzoneJs – drag-and-drop file uploads with image previews
#18Re: DropzoneJs – drag-and-drop file uploads with image previews
#19I'm new with Rails but want to try this out- SO this would be an alternative to Paperclip?
2. This replaces your file_fields. You'll still need something on the backend to deal with image storage and management, like Paperclip or Carrierwave.
Re: DropzoneJs – drag-and-drop file uploads with image previews
#20Thanks! I'd like an example of uploading directly to S3.