diff --git a/demo/war/common.css b/demo/war/common.css index 4a033ea4..5ec2c4dc 100644 --- a/demo/war/common.css +++ b/demo/war/common.css @@ -84,5 +84,5 @@ button { font-size: smaller; color: #777; padding-top: 5px; - padding-left: 30px; + padding-left: 10px; } \ No newline at end of file diff --git a/demo/war/index.html b/demo/war/index.html index 78a6d784..57fe92e3 100644 --- a/demo/war/index.html +++ b/demo/war/index.html @@ -25,13 +25,17 @@

Visit angular-file-upload on github

-
- -
For CouchDB, - imgur, etc. - Only HTML5 FileReader browsers, cross browser support will be added around Feb 2014 when FileAPI FileReader support is available. -


http method: post put
+
+ How to upload:
+ +
+ +
The second option could be used to upload files to CouchDB, + imgur, etc... for HTML5 FileReader browsers.
+ Option 2 cross browser FileReader and image preview will be added around Feb 2014 when FileAPI FileReader support is available.
+

+ myModel: model object to be sent with the file.
choose a single file:
or multiple files:       @@ -73,5 +77,6 @@

+
Last update: 2013-12-30