jquery-fancyfileuploader
jquery-fancyfileuploader copied to clipboard
A jQuery plugin to convert the HTML file input type into a fancy file uploader under a MIT or LGPL license. Mobile-friendly too!
Hello! Before all congratulations on the fancyuploader , it's really good and interactive but i have a question. Is it possible to add a callback function (similiar of added)? that...
https://github.com/cubiclesoft/jquery-fancyfileuploader/blob/af8174b92b906b0126ea7754b247e96913eb97b4/fancy-file-uploader/jquery.fancy-fileupload.js#L235 On this line can we add `inforow.find('.ff_fileupload_remove_file').trigger('removing');` on this line? There is no way that I can find to bind to the Remove button so I can remove it...
I am trying to upload 2k images at once, my browser is crashing than. Is it possible to preview images one after one?
Thanks for the uploader, it is really great. I have it implemented and it works just as it should. My only problem is that it hangs after 2 successful uploads....
Many thanks for this uploader, your work is much appreciated. I have been able to setup the uploader and have it work but when I try and enable chunked uploads...
Testing our your uploader with the following: ```javascript $('#dropTarget').FancyFileUpload({ params: { action: 'http://localhost::8080/media/upload' }, edit : false, maxfilesize : 512000000, fileupload : { maxChunkSize : 1000000 }, added : function(e,...