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.
1 parent 0363eba commit 1606796Copy full SHA for 1606796
1 file changed
README.md
@@ -70,7 +70,7 @@ React.render(<Upload />, container);
70
|component | "div"|"span" | "span"| wrap component name |
71
|action| string | function(file): string | Promise<string> | | form action url |
72
|method | string | post | request method |
73
-|directory| boolean | false | support upload whole directory |
+|directory| boolean \| 'nonClick' | false | support upload whole directory, 'nonClick' means unSupport click to upload directory |
74
|data| object/function(file) | | other data object to post or a function which returns a data object(a promise object which resolve a data object) |
75
|headers| object | {} | http headers to post, available in modern browsers |
76
|accept | string | | input accept attribute |
0 commit comments