From d00e34131d6177f6d22eb3cf32c50216820aafba Mon Sep 17 00:00:00 2001 From: Sem Date: Sun, 29 Jul 2012 10:15:17 +0200 Subject: Added jquery file upload plugin: https://github.com/blueimp/jQuery-File-Upload --- vendors/jquery-file-upload/index.html | 234 ++++++++++++++++++++++++++++++++++ 1 file changed, 234 insertions(+) create mode 100644 vendors/jquery-file-upload/index.html (limited to 'vendors/jquery-file-upload/index.html') diff --git a/vendors/jquery-file-upload/index.html b/vendors/jquery-file-upload/index.html new file mode 100644 index 000000000..a57d6fa55 --- /dev/null +++ b/vendors/jquery-file-upload/index.html @@ -0,0 +1,234 @@ + + + + + + + +jQuery File Upload Demo + + + + + + + + + + + + + + + +
+ +
+

File Upload widget with multiple file selection, drag&drop support, progress bars and preview images for jQuery.
+ 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.

+
+
+ +
+ +
+
+ + + + Add files... + + + + + + +
+ +
+ +
+
+
+ +
 
+
+
+ +
+
+ + +
+
+
+

Demo Notes

+
    +
  • The maximum file size for uploads in this demo is 5 MB (default file size is unlimited).
  • +
  • Only image files (JPG, GIF, PNG) are allowed in this demo (by default there is no file type restriction).
  • +
  • Uploaded files will be deleted automatically after 5 minutes (demo setting).
  • +
  • You can drag & drop files from your desktop on this webpage with Google Chrome, Mozilla Firefox and Apple Safari.
  • +
  • Please refer to the project website and documentation for more information.
  • +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3