Revisions : blueimp/jQuery-File-Upload - GitHub

jQuery-File-Upload - Multiple File Upload widget with Drag&Drop support for jQuery

https://github.com/blueimp/jQuery-File-Upload

Les articles publiés sur le site

  • Added file normalization back in. Closes #1781.

    18 octobre 2012, par Sebastian Tschan
    m js/jquery.fileupload.js Added file normalization back in. Closes #1781. File normalization had been previously removed in commit 788a49d0fa024193ac3b3ec6bb2c2bec5d3c07e2. However the .fileName and .fileSize properties are used by both Firefox 3 and Safari 4 and with the conditional check it (...)
  • Fixed widget document reference.

    17 octobre 2012, par Sebastian Tschan
    m js/jquery.fileupload-ui.js Fixed widget document reference.
  • Updated jQuery Widget Factory to version 1.9.0.

    17 octobre 2012, par Sebastian Tschan
    m js/jquery.fileupload-fp.js m js/jquery.fileupload-ui.js m js/jquery.fileupload.js m js/vendor/jquery.ui.widget.js m test/index.html m test/test.js Updated jQuery Widget Factory to version 1.9.0. Refactoring to make use of the new Widget (...)
  • Return full error messages.

    17 octobre 2012, par Sebastian Tschan
    m README.md m js/jquery.fileupload-ui.js m package.json Return full error messages. Updated requirements.
  • Added download_via_php option.

    16 octobre 2012, par Sebastian Tschan
    m server/php/files/.htaccess m server/php/upload.class.php Added download_via_php option. Added inline_file_types option. Renamed method get_upload_url to get_download_url. Renamed method is_file_object to is_valid_file_object. Added download method and associated helper (...)