DropzoneJs – drag-and-drop file uploads with image previews
1–10 of 33 posts
Re: DropzoneJs – drag-and-drop file uploads with image previews
#2I just implemented this tool yesterday - its awesome! took less than five mins to go from zero to saving files on the server.
Re: DropzoneJs – drag-and-drop file uploads with image previews
#3Meh. Client side-verified size limit. If you think this is a good idea you are failing at APIs.
Re: DropzoneJs – drag-and-drop file uploads with image previews
#4They use this at Trovebox, I like it a lot.
It would be great if it could give you a list of failed uploads though, it would make them easier to search and investigate.
Re: DropzoneJs – drag-and-drop file uploads with image previews
#5[deleted]
Re: DropzoneJs – drag-and-drop file uploads with image previews
#6DropzoneJS worked awesome for me. I use it as upload form for my Street Art Mapping hobby project.
Re: DropzoneJs – drag-and-drop file uploads with image previews
#7I 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 GC takes a while to kick in on all the canvases. Have you tried reusing the canvases?
Also IE limits the memory you can use in canvas, when i upload multiple files at the same time i get:
build.js, line 1191 character 9 SCRIPT14: Not enough storage is available to complete this operation.
And only 5 thumbnails got generated.
I looked into this and there is not much you can do i think.
Re: DropzoneJs – drag-and-drop file uploads with image previews
#8I've been using this library for months, I'm a fan. It's really easy to implement, definitely recommend it.
Re: DropzoneJs – drag-and-drop file uploads with image previews
#9This is a great tool. I've used it before and it's easy to implement. Quick and solves a lot of the issues which I had for the project.
Re: DropzoneJs – drag-and-drop file uploads with image previews
#10dragged drop about 100 images. killed it.