We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97a869d + b99742c commit 895d527Copy full SHA for 895d527
README.md
@@ -13,7 +13,7 @@ Lightweight Angular JS directive to upload files. Features:
13
* All non-HTML5 code is in a separate shim file and could be easily removed if you only supports HTML5
14
* Flash FileAPI will be loaded on demand for non-HTML5 FormData browsers so no extra load for HTML5 browsers.
15
* `$upload` method can be configured to be either `POST` or `PUT` for HTML5 browsers.
16
-* `$upload.http` progress event for normal http `POST` or `PUT` request with the file content or any data. (HTML5 only)
+* `$upload.http` HTML5 progress event for normal http `POST`/`PUT` requests with the file content or any data.
17
18
## Usage
19
0 commit comments