jquery-html5-upload
jquery-html5-upload copied to clipboard
It is a simple plugin for jQuery, which helps you to upload multiple files and to show progress of uploading.
Results
2
jquery-html5-upload issues
Sort by
recently updated
recently updated
newest added
There is major typo error in the code and in the docs, where `gen` is used instead of `get`, e.g. `genName` instead of `getName`.
The example HTML references a version of jQuery which does not define $.browser; however, on line 23 it references $.browser.mozilla to set the sendBoundary attribute. That means there will be...