From 66f25adc0def98f1840b9045a9664267ffa60efa Mon Sep 17 00:00:00 2001 From: Danial Farid Date: Thu, 27 Mar 2014 16:20:12 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 757cc8f8..1d2edce1 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ Lightweight Angular JS directive to upload files. Features: * Uses regular `$http` to upload (with shim for non-HTML5 browsers) so all angular `$http` features are available * Supports upload progress * Supports cancel/abort upload while in progress -* Supports File drag and drop +* Supports File drag and drop (HTML5 only) +* Supports Directory drag and drop (webkit only) * 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) * Flash FileAPI will be loaded on demand for non-HTML5 FormData browsers so no extra load for HTML5 browsers. * `$upload` method can be configured to be either `POST` or `PUT` for HTML5 browsers.