From 82ba42586cc9427b8a118c30462fc66d92cffecd Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 5 Oct 2014 01:18:50 -0700 Subject: add blueimp-jquery-file-upload library --- library/blueimp_upload/angularjs.html | 211 ++++++++++++++++++++++++++++++++++ 1 file changed, 211 insertions(+) create mode 100644 library/blueimp_upload/angularjs.html (limited to 'library/blueimp_upload/angularjs.html') diff --git a/library/blueimp_upload/angularjs.html b/library/blueimp_upload/angularjs.html new file mode 100644 index 000000000..2a3ca2007 --- /dev/null +++ b/library/blueimp_upload/angularjs.html @@ -0,0 +1,211 @@ + + + + + + + +jQuery File Upload Demo - AngularJS version + + + + + + + + + + + + + + + + + + +
+

jQuery File Upload Demo

+

AngularJS version

+ +
+
+

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

+ + {{file.name}} + {{file.name}} + + {{file.name}} +

+ {{file.error}} +
+

{{file.size | formatFileSize}}

+
+
+ + + +
+
+
+
+
+

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 (see Browser support).
  • +
  • Please refer to the project website and documentation for more information.
  • +
  • Built with the Bootstrap CSS framework and Icons from Glyphicons.
  • +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3