File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ React.render(<Upload />, container);
7070| component | "div"| "span" | "span"| wrap component name |
7171| action| string | ; function(file): string | ; Promise< ; string> ; | | form action url |
7272| method | string | post | request method |
73- | directory| boolean | false | support upload whole directory |
73+ | directory| boolean \| 'nonClick' | false | support upload whole directory, 'nonClick' means unSupport click to upload directory |
7474| 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) |
7575| headers| object | {} | http headers to post, available in modern browsers |
7676| accept | string | | input accept attribute |
You can’t perform that action at this time.
0 commit comments