Jquery File Upload Plugin Progress Bar
This plugin manages file uploads in a webpage and can add a lot of UI elements to the upload process. You create an input file type element and then strap the js files, use the in
Solution 1:
From https://github.com/blueimp/jQuery-File-Upload/wiki/Extended-progress-information It looks like the jQuery UI version is different from the jQuery basic version of the plugin. Which version are you using? You can obviously see on that page the method for accessing the info in the basic jQuery version, and it claims that in the UI version you can get progress info automatically.
Post a Comment for "Jquery File Upload Plugin Progress Bar"