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
-
Use the class name for the upload handler file name.
17 novembre 2012, par Sebastian Tschan+ server/php/UploadHandler.php m server/php/index.php Use the class name for the upload handler file name. -
Wrapped header, echo and readfile calls in object methods.
17 novembre 2012, par Sebastian Tschanm server/php/upload.class.php Wrapped header, echo and readfile calls in object methods. This allows extending classes to handle the response. -
Fixed intendation.
17 novembre 2012, par Sebastian Tschanm server/php/upload.class.php Fixed intendation. -
Updated version number.
17 novembre 2012, par Sebastian Tschanm server/php/upload.class.php Updated version number. -
Allow PATCH and PUT methods for file uploads.
17 novembre 2012, par Sebastian Tschanm server/php/upload.class.php Allow PATCH and PUT methods for file uploads. Fixed switch case intendation inside of the image orientation method.