File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ Lightweight Angular JS directive to upload files. Features:
9
9
* Uses regular ` $http ` to upload (with shim for non-HTML5 browsers) so all angular ` $http ` features are available
10
10
* Supports upload progress
11
11
* 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)
13
14
* 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)
14
15
* Flash FileAPI will be loaded on demand for non-HTML5 FormData browsers so no extra load for HTML5 browsers.
15
16
* ` $upload ` method can be configured to be either ` POST ` or ` PUT ` for HTML5 browsers.
You can’t perform that action at this time.
0 commit comments