Skip to content

Commit 66f25ad

Browse files
committed
Update README.md
1 parent a08b2a5 commit 66f25ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ Lightweight Angular JS directive to upload files. Features:
99
* Uses regular `$http` to upload (with shim for non-HTML5 browsers) so all angular `$http` features are available
1010
* Supports upload progress
1111
* Supports cancel/abort upload while in progress
12-
* Supports File drag and drop
12+
* Supports File drag and drop (HTML5 only)
13+
* Supports Directory drag and drop (webkit only)
1314
* 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)
1415
* Flash FileAPI will be loaded on demand for non-HTML5 FormData browsers so no extra load for HTML5 browsers.
1516
* `$upload` method can be configured to be either `POST` or `PUT` for HTML5 browsers.

0 commit comments

Comments
 (0)