|
21 | 21 |
|
22 | 22 | ## Description |
23 | 23 |
|
24 | | -> File Upload widget with multiple file selection, drag&drop support, |
25 | | -> progress bars, validation and preview images, audio and video for jQuery. |
| 24 | +> File Upload widget with multiple file selection, drag&drop support, progress |
| 25 | +> bars, validation and preview images, audio and video for jQuery. |
26 | 26 | > Supports cross-domain, chunked and resumable file uploads and client-side |
27 | 27 | > image resizing. |
28 | 28 | > Works with any server-side platform (PHP, Python, Ruby on Rails, Java, |
|
85 | 85 | fixed vulnerabilities |
86 | 86 |
|
87 | 87 | Please also read the [SECURITY](SECURITY.md) document for instructions on how to |
88 | | -securely configure your Webserver for file uploads. |
| 88 | +securely configure your Web server for file uploads. |
89 | 89 |
|
90 | 90 | ## Setup |
91 | 91 |
|
@@ -131,12 +131,11 @@ For further information, please refer to the following guides: |
131 | 131 | ### Optional requirements |
132 | 132 |
|
133 | 133 | - [JavaScript Templates engine](https://github.com/blueimp/JavaScript-Templates) |
134 | | - v3+: Used to render the selected and uploaded files for the Basic Plus UI and |
135 | | - jQuery UI versions. |
| 134 | + v3+: Used to render the selected and uploaded files. |
136 | 135 | - [JavaScript Load Image library](https://github.com/blueimp/JavaScript-Load-Image) |
137 | 136 | v2+: Required for the image previews and resizing functionality. |
138 | 137 | - [JavaScript Canvas to Blob polyfill](https://github.com/blueimp/JavaScript-Canvas-to-Blob) |
139 | | - v3+:Required for the image previews and resizing functionality. |
| 138 | + v3+:Required for the resizing functionality. |
140 | 139 | - [blueimp Gallery](https://github.com/blueimp/Gallery) v2+: Used to display the |
141 | 140 | uploaded images in a lightbox. |
142 | 141 | - [Bootstrap](https://getbootstrap.com/) v3+: Used for the demo design. |
|
0 commit comments