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
-
Changed split() to be preg_split()
31 octobre 2012, par Grant Millerm server/php/upload.class.php Changed split() to be preg_split() split() is deprecated in php 5.3 and throws an E_Deprecated warning when running strict that breaks the chunked uploads. Switching to preg_split() fixes the issue. -
Fixed arguments handling for rejected piped uploads. Fixes #1812.
30 octobre 2012, par Sebastian Tschanm js/jquery.fileupload.js Fixed arguments handling for rejected piped uploads. Fixes #1812. -
Updated version number.
27 octobre 2012, par Sebastian Tschanm server/php/upload.class.php Updated version number. -
Merge pull request #1808 from sieppl/patch-1
27 octobre 2012, par Sebastian Tschanm server/php/upload.class.php Merge pull request #1808 from sieppl/patch-1 Update server/php/upload.class.php -
Updated jQuery UI Widget Factory to version 1.9.1.
27 octobre 2012, par Sebastian Tschanm js/vendor/jquery.ui.widget.js Updated jQuery UI Widget Factory to version 1.9.1.