Revisions : blueimp/jQuery-File-Upload - GitHub
jQuery-File-Upload - Multiple File Upload widget with Drag&Drop support for jQuery
Les articles publiés sur le site
-
Merge pull request #1321 from josteinaj/master
26 mai 2012, par Sebastian Tschanm index.html m js/jquery.fileupload-ui.js Merge pull request #1321 from josteinaj/master Accessible progressbars -
Extended upload information didn’t show anymore. Fixed it.
25 mai 2012, par Jostein Austvik Jacobsenm js/jquery.fileupload-ui.js Extended upload information didn't show anymore. Fixed it. -
Made the progressbars more accessible by adding @role="progressbar", @aria-valuemin="0", @aria-valuemax="100" in the example, and dynamically updating @aria-valuenow and @aria-valuetext from jquery.fileupload-ui.js.
25 mai 2012, par Jostein Austvik Jacobsenm index.html m js/jquery.fileupload-ui.js Made the progressbars more accessible by adding @role="progressbar", @aria-valuemin="0", @aria-valuemax="100" in the example, and dynamically updating @aria-valuenow and @aria-valuetext from (...) -
Refactor getFullUrl method and increase version number.
22 mai 2012, par Sebastian Tschanm server/php/upload.class.php Refactor getFullUrl method and increase version number. -
Merge pull request #1313 from besstiolle/master
22 mai 2012, par Sebastian Tschanm server/php/upload.class.php Merge pull request #1313 from besstiolle/master fix HTTPS/HTTP issue under Cherokee Webserver : https://github.com/blueimp/jQuery-File-Upload/issues/1312