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
-
Adjust the max number of files inside of the resize callback. Fixes #1106.
21 mars 2012, par Sebastian Tschanm js/jquery.fileupload-ui.js Adjust the max number of files inside of the resize callback. Fixes #1106. -
Updated modal footer button order for Bootstrap 2.0.2.
21 mars 2012, par Sebastian Tschanm index.html Updated modal footer button order for Bootstrap 2.0.2. -
Allow using an array of strings as paramName option.
16 mars 2012, par Sebastian Tschanm js/jquery.fileupload.js m js/jquery.iframe-transport.js m test/test.js Allow using an array of strings as paramName option. Make use of the name properties of all given file input fields as paramName option if it is not set. -
Only resize images if the browser supports XHR file uploads.
15 mars 2012, par Sebastian Tschanm js/jquery.fileupload-ip.js Only resize images if the browser supports XHR file uploads. -
Provide XHR file upload capability tests via $.support.xhrFileUpload and $.support.xhrFormDataFileUpload.
15 mars 2012, par Sebastian Tschanm js/jquery.fileupload.js m test/test.js Provide XHR file upload capability tests via $.support.xhrFileUpload and $.support.xhrFormDataFileUpload. Only listen to drag&drop events if the browser supports XHR file uploads. Fixes (...)