|
1 | 1 | # jQuery File Upload Plugin |
2 | 2 |
|
| 3 | +## Description |
| 4 | +File Upload widget with multiple file selection, drag&drop support, progress bars, validation and preview images, audio and video for jQuery. |
| 5 | +Supports cross-domain, chunked and resumable file uploads and client-side image resizing. Works with any server-side platform (PHP, Python, Ruby on Rails, Java, Node.js, Go etc.) that supports standard HTML form file uploads. |
| 6 | + |
| 7 | +## Demo |
| 8 | +[Demo File Upload](https://blueimp.github.io/jQuery-File-Upload/) |
| 9 | + |
3 | 10 | ## ⚠️ Security Notice |
4 | 11 | Security related releases: |
5 | 12 |
|
| 13 | +* [v9.25.1](https://github.com/blueimp/jQuery-File-Upload/releases/tag/v9.25.1) Mitigates some [Potential vulnerabilities with PHP+ImageMagick](VULNERABILITIES.md#potential-vulnerabilities-with-php+imagemagick). |
6 | 14 | * [v9.24.1](https://github.com/blueimp/jQuery-File-Upload/releases/tag/v9.24.1) Fixes a [Remote code execution vulnerability in the PHP component](VULNERABILITIES.md#remote-code-execution-vulnerability-in-the-php-component). |
7 | 15 | * v[9.10.1](https://github.com/blueimp/jQuery-File-Upload/releases/tag/9.10.1) Fixes an [Open redirect vulnerability in the GAE components](VULNERABILITIES.md#open-redirect-vulnerability-in-the-gae-components). |
8 | 16 | * Commit [4175032](https://github.com/blueimp/jQuery-File-Upload/commit/41750323a464e848856dc4c5c940663498beb74a) (*fixed in all tagged releases*) Fixes a [Cross-site scripting vulnerability in the Iframe Transport](VULNERABILITIES.md#cross-site-scripting-vulnerability-in-the-iframe-transport). |
9 | 17 |
|
10 | 18 | Please read the [SECURITY](SECURITY.md) document for instructions on how to securely configure your Webserver for file uploads. |
11 | 19 |
|
12 | | -## Demo |
13 | | -[Demo File Upload](https://blueimp.github.io/jQuery-File-Upload/) |
14 | | - |
15 | | -## Description |
16 | | -File Upload widget with multiple file selection, drag&drop support, progress bars, validation and preview images, audio and video for jQuery. |
17 | | -Supports cross-domain, chunked and resumable file uploads and client-side image resizing. Works with any server-side platform (PHP, Python, Ruby on Rails, Java, Node.js, Go etc.) that supports standard HTML form file uploads. |
18 | | - |
19 | 20 | ## Setup |
20 | | -⚠️ **Notice:** |
21 | | -Please read the [Security recommendations](SECURITY.md) before setting up the project. |
22 | | - |
23 | 21 | * [How to setup the plugin on your website](https://github.com/blueimp/jQuery-File-Upload/wiki/Setup) |
24 | 22 | * [How to use only the basic plugin (minimal setup guide).](https://github.com/blueimp/jQuery-File-Upload/wiki/Basic-plugin) |
25 | 23 |
|
26 | 24 | ## Features |
27 | 25 | * **Multiple file upload:** |
28 | 26 | Allows to select multiple files at once and upload them simultaneously. |
29 | 27 | * **Drag & Drop support:** |
30 | | - Allows to upload files by dragging them from your desktop or filemanager and dropping them on your browser window. |
| 28 | + Allows to upload files by dragging them from your desktop or file manager and dropping them on your browser window. |
31 | 29 | * **Upload progress bar:** |
32 | 30 | Shows a progress bar indicating the upload progress for individual files and for all uploads combined. |
33 | 31 | * **Cancelable uploads:** |
|
0 commit comments