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
-
Added localization example.
15 février 2012, par Sebastian Tschan+ css/style.css m index.html + js/locale.js m js/vendor/jquery.ui.widget.js m test/index.html Added localization example. Moved generic CSS style into external file. Removed Bang from jQuery UI Widget comment header, to prevent the comment from showing up in minified source (...) -
Use a .gitignore file instead of the files field in package.json.
15 février 2012, par Sebastian Tschan+ .gitignore m package.json Use a .gitignore file instead of the files field in package.json. -
Use "text/x-tmpl" instead of "text/html" as type for the template script sections.
14 février 2012, par Sebastian Tschanm index.html m test/index.html Use "text/x-tmpl" instead of "text/html" as type for the template script sections. -
Added option "delete_type", which can be set to "POST" if the server does not support DELETE requests.
14 février 2012, par Sebastian Tschanm server/php/index.php m server/php/upload.class.php Added option "delete_type", which can be set to "POST" if the server does not support DELETE requests. Change method and property visibility to protected, to allow access for extending (...) -
Use display:none to hide the fileupload-loading element.
14 février 2012, par Sebastian Tschanm css/jquery.fileupload-ui.css Use display:none to hide the fileupload-loading element. height:0 causes IE6 to still display parts of the element.