We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我想既可以支持多个文件夹上传,也可以支持多个文件的选中上传,可以做到吗?
The text was updated successfully, but these errors were encountered:
I believe you would have to set the props to multiple: true, about uploading folders not sure if this can be done with an input component but you could try adding the props webkitdirectory:"" directory:"" see https://stackoverflow.com/questions/22041207/is-it-possible-to-upload-a-folder-using-html-form-php-script just note that directory uploading is supported in most modern browsers only.
multiple: true
webkitdirectory:"" directory:""
Sorry, something went wrong.
No branches or pull requests
我想既可以支持多个文件夹上传,也可以支持多个文件的选中上传,可以做到吗?
The text was updated successfully, but these errors were encountered: