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
-
Pass the file type as contentType argument to the Blob.slice call.
4 décembre 2012, par Sebastian Tschanm js/jquery.fileupload.js m server/php/UploadHandler.php Pass the file type as contentType argument to the Blob.slice call. Remove the obsolete Content-Description header, which isn't necessary anymore to transfer the file type for Blob (...) -
Fixed regression drag&drop regression in Firefox - Closes #1901.
29 novembre 2012, par Sebastian Tschanm js/jquery.fileupload.js Fixed regression drag&drop regression in Firefox - Closes #1901. -
Prevent default action only when dragging/dropping files - Fixes #1897.
28 novembre 2012, par Sebastian Tschanm js/jquery.fileupload.js Prevent default action only when dragging/dropping files - Fixes #1897. Thanks to Ville Lautanala (lautis) for his contribution. -
Updated version number.
22 novembre 2012, par Sebastian Tschanm js/jquery.fileupload-ui.js Updated version number. -
Merge pull request #1884 from pedrofaustino/upload-bitrate-fix
22 novembre 2012, par Sebastian Tschanm js/jquery.fileupload-ui.js Merge pull request #1884 from pedrofaustino/upload-bitrate-fix Fixes display of bitrate with long decimal numbers.