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
-
Update package version.
13 février 2012, par Sebastian Tschanm package.json Update package version. -
Update requirements section.
13 février 2012, par Sebastian Tschanm README.md Update requirements section. -
Remove obsolete and streamline code due to the new redirect option and the HTML5 download attribute for the file download links.
13 février 2012, par Sebastian Tschanm js/main.js Remove obsolete and streamline code due to the new redirect option and the HTML5 download attribute for the file download links. -
Added the HTML5 download attribute to the file download links.
13 février 2012, par Sebastian Tschanm index.html m test/index.html Added the HTML5 download attribute to the file download links. -
Use $.Deferred for the transition callback implementation.
13 février 2012, par Sebastian Tschanm js/jquery.fileupload-ui.js Use $.Deferred for the transition callback implementation. Make use of the download attribute to get the file name for the drag-to-desktop handler. Move the _renderPreviews() invocation from _renderUpload to the add callback. Use $.Deferred for the _renderPreview (...)