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

  • 9.22.2

    14 octobre 2018, par blueimp
    9.22.2
  • Explicit deinitialization of progress listeners.

    14 octobre 2018, par blueimp
    Explicit deinitialization of progress listeners.
    This addresses a memory leak with Microsoft Edge.
    Thanks @butonic for the report, investigation and fix.
    Closes #3508
  • 9.22.1

    13 octobre 2018, par blueimp
    9.22.1
  • SECURITY FIX : Only allow image file types by default.

    13 octobre 2018, par blueimp
    SECURITY FIX: Only allow image file types by default.
    
    This prevents remote code execution in Apache servers version 2.3.9+ with the default configuration (AllowOverride None).
    
    Since Apache version 2.3.9, .htaccess support is disabled by default:
    https://httpd.apache.org/docs/current/mod/core.html#allowoverride
    
    Without the configuration in the .htaccess file, allowing uploads of all file types allows remote code execution.
    
    Thanks to @lcashdol for reporting the vulnerability (Closes #3514).
  • Provide chunkbeforesend event handler

    19 juillet 2018, par philayres
    Provide chunkbeforesend event handler