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 code following
<li><i>2、考场记录单</i> <FileUpload ref="fileUpload1" options={fileupload}> <button ref="chooseAndUpload">上传附件</button> </FileUpload> </li> <li><i>3、考场纪律</i> <FileUpload ref="fileUpload2" options={fileupload}> <button ref="chooseAndUpload">上传附件</button> </FileUpload> </li> <li><i>4、企业logo</i> <FileUpload options={fileupload}> <button ref="chooseAndUpload">上传附件</button> </FileUpload> </li>
this code has three fileUpload component, when the user upload filing, how can i make sure the user click anyone fileUpload;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
the code following
this code has three fileUpload component,
when the user upload filing, how can i make sure the user click anyone fileUpload;
The text was updated successfully, but these errors were encountered: