jquery-upload-progress
jquery-upload-progress copied to clipboard
Upload progress bar working with apache, nginx and lighttpd upload progress modules
In HTML5 there is a new way to define file field that takes multiple files: ``` ``` Script still works if user selects _one_ file, but if user chooses _several...
Hey, in case of http error upload progress keeps retrying the server which may result in flooding the server with requests. It's visible especially in ajax-rich apps when I submit...
Added error handling to progress ajax. Updated for jQuery 1.9+ where $.browser has been removed.
It would be nice if there was a way to remove uploadProgress from a form once it's been applied. I have a complex form in which users select if they...
When using an iframe to load the script/html on Chromium "Uncaught ReferenceError: progressFrame is not defined" Posting full line in case my line number does not match current: var uploadProgress...
It does not triggering the success event in the Firfox because of the JSON data type. The nginx returns: new Object({ 'state' : 'uploading', 'received' : 72437, 'size' : 56476961...
on my form action i have already a locale=xx parameter. The code add the ?X-Progress-ID=. But this is only correct for the first parameter. So I did code a little...