Skip to content

Commit 6b21b6c

Browse files
committed
Update README.md
1 parent caaf972 commit 6b21b6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ Lightweight Angular JS directive to upload files. Features:
1010
* Supports upload progress
1111
* Supports cancel/abort upload while in progress
1212
* Supports File drag and drop
13-
* All non-HTML5 code is in a separate shim file and could be easily removed if you only supports HTML5
13+
* All non-HTML5 code is in a separate shim file and could be easily removed if you only supports HTML5. (It is needed for progress event though)
1414
* Flash FileAPI will be loaded on demand for non-HTML5 FormData browsers so no extra load for HTML5 browsers.
1515
* `$upload` method can be configured to be either `POST` or `PUT` for HTML5 browsers.
16-
* `$upload.http` HTML5 progress event for normal http `POST`/`PUT` requests with the file content or any data. Could be used to upload files to CouchDB, imgur, etc... for HTML5 FileReader browsers. See [#88(comment)](https://github.com/danialfarid/angular-file-upload/issues/88#issuecomment-31366487) for discussion and usage.
16+
* `$upload.http()` enables progress event for angular http `POST`/`PUT` requests. You can upload file content with the Content-Type of the file to CouchDB, imgur, etc... for HTML5 FileReader browsers. See [#88(comment)](https://github.com/danialfarid/angular-file-upload/issues/88#issuecomment-31366487) for discussion and usage.
1717

1818
## Usage
1919

@@ -107,7 +107,7 @@ You can put these two files beside `angular-file-upload-shim(.min).js` on your s
107107

108108
## Install
109109

110-
Download files from [/dist](https://github.com/danialfarid/angular-file-upload/blob/master/dist) or
110+
Download latest release from [here](https://github.com/danialfarid/angular-file-upload-bower/releases) or
111111
```sh
112112
#notice 'ng' at the beginning of the module name not 'angular'
113113
bower install ng-file-upload

0 commit comments

Comments
 (0)