Simple-Ajax-Uploader
Simple-Ajax-Uploader copied to clipboard
Javascript file upload plugin with progress bar support. Works in all major browsers, including IE7+, Chrome, Firefox, Safari, and Opera. No dependencies - use it with or without jQuery.
Without the form option everything works fine. With the form option, the items are no longer automatically uploaded and I force them with ` onChange: function( filename, extension, uploadBtn, fileSize,...
When you use for instance Jquery UI to make a file list to be droppable (for something else than a file), a messages error occurs: > Cannot read property 'types'...
How to validate form that user must select the file here I tried to use file element. File uploaded using file element successfully but what if I have to use...
Hi, I'm trying to upload a mp3 file to the **iPage** server but I'm getting the **"Unable to Upload"** message. The script works normally on **localhost with XAMPP**, after active...
Great uploader! Do you have any plans to make this es6 with something like https://github.com/rollup/rollup?
Hi, In our Hybrid App, we are using Simple-Ajax-Uploader to handle file upload. In iPhone6, when i try to upload a video from Photo Gallery, the uploaded file size says...
If I return false in the onSubmit function (because extra form elements are not filled out) the queue is cleared and a second attempt to upload after adding missing info...
Excellent code! Just a quick change to the example to get people up and running a little faster. closes #174
It successfully uploads the png files but it doesn't return any response. Also, how about saving a thumbnail?
NoParams option seems has no relation to a fallback with legacy browsers. Besides, upload request should contains 'X-Progress-ID', and since we cannot set headers in 'iframe' request, we could only...