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
-
Fixed a bug in multi file uploads displaying the last preview image for all files.
25 février 2012, par Sebastian Tschanm js/jquery.fileupload-ui.js m package.json Fixed a bug in multi file uploads displaying the last preview image for all files. -
More concise loop code.
25 février 2012, par Sebastian Tschanm index.html m test/index.html More concise loop code. -
Uncheck the selection toggle after the global delete button has been clicked.
18 février 2012, par Sebastian Tschanm js/jquery.fileupload-ui.js m package.json Uncheck the selection toggle after the global delete button has been clicked. -
Added example Node.js upload service implementation.
18 février 2012, par Sebastian Tschan+ server/node/.gitignore + server/node/package.json + server/node/public/files/thumbnail/.gitignore + server/node/server.js + server/node/tmp/.gitignore Added example Node.js upload service implementation. -
Added functionality to define options via data attributes on the widget element.
16 février 2012, par Sebastian Tschanm js/jquery.fileupload.js m package.json m test/test.js Added functionality to define options via data attributes on the widget element. Allow using query strings and document elements for the dropZone and fileInput options.