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

  • Add CommonJS require for audio component

    14 août 2017, par niksy
    Add CommonJS require for audio component
  • Allow maxChunkSize to be a function for dynamic chunk size support.

    7 août 2017, par cubiclesoft
    Allow maxChunkSize to be a function for dynamic chunk size support.
  • Update license text.

    26 juillet 2017, par blueimp
    Update license text.
  • Update UploadHandler.php

    22 juillet 2017, par jbostoen
    Update UploadHandler.php
    
    imagick_create_scaled_image:
    - jpeg_quality was ignored if it was the only parameter set (similar to previous patch for 'strip' exif information)
    - instead of a negative condition, turned it around: if dimensions are within limits and no changes required (strip exif, jpeg quality, orientation), then return original image
    - added comment warning about the implications of setting options on the 'original' image ( version '' ). All other versions inherit those settings.
  • Merge pull request #3483 from jbostoen/patch-1

    21 juillet 2017, par blueimp
    Merge pull request #3483 from jbostoen/patch-1
    
    Update UploadHandler.php