uploader
uploader copied to clipboard
A lightweight and very configurable jQuery plugin for file uploading using ajax(a sync); includes support for queues, progress tracking and drag and drop.
I see you can use Brower, Can you use Composer. I use it to install jquery and jquery-ui? Thanks Ken
Can I use ‘id’ to get the ‘file’ object?
Hello, i'd like to ask if it's possible to embed your script in existing form and pass the data through php controller. Something like codeigniter. Thanks!
https://github.com/danielm/uploader/blob/50fd2214c7236b4372651619c11111775adf1a47/src/js/jquery.dm-uploader.js#L274-L282 I think it would be good to bind input handler to widget element. Because in some cases input element can be dynamically replaced with new one, and its event...
Hi, I have a scenario like, I will choose the files and maxFile limit is 4. I am giving the delete icon to delete uploaded file. Now consider I have...
` $.getScript(options.basePath + 'lib/dmuploader/jquery.dm-uploader.min.js') .done(function () { $('#uploader-dragarea').dmUploader({url: 'up.php'}); });` Uncaught TypeError: $(...).dmUploader is not a function
During a single file upload the queue is not getting rest
I am in the situation where I want to show the user a log of all file processing when multiple files are drag & dropped into the zone. Only when...