forked from blueimp/jQuery-File-Upload
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
39 lines (34 loc) · 1.19 KB
/
README.txt
File metadata and controls
39 lines (34 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
jQuery File Upload Plugin
=========================
Demo
----
http://aquantum-demo.appspot.com/file-upload
Features
--------
- Plugin for jQuery + jQuery UI (optional).
- Upload multiple files at once.
- Drag & Drop files from the desktop.
- Progress bar indicating the upload progress.
- Possibility to cancel uploads.
- No browser plugins (Adobe Flash, etc.) required.
- Standard HTML5 file upload form.
- Graceful iframe fallback for browsers not supporting XMLHttpRequest file uploads.
- Supports Cross-site XMLHttpRequests.
- Basic file upload works without JavaScript enabled.
- Files are sent as standard "multipart/form-data".
- Works with all Webhosting platforms including Google App Engine.
Browser Support (tested versions)
---------------------------------
- Google Chrome - 7.0, 8.0
- Apple Safari - 5.0
- Mozilla Firefox - 3.6
- Opera - 10.60 *, 11.00 *
- Microsoft Internet Explorer 6.0 *, 7.0 *, 8.0 *, 9.0 *
* No support for multiple file selection or upload progress indication.
License
-------
Released under the MIT license:
http://creativecommons.org/licenses/MIT/
Source Code & Download
----------------------
https://github.com/blueimp/jQuery-File-Upload