Skip to content
New issue

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

a lot of FileUpload component, how to distinguish #54

Open
Gourdbaby opened this issue Mar 9, 2018 · 0 comments
Open

a lot of FileUpload component, how to distinguish #54

Gourdbaby opened this issue Mar 9, 2018 · 0 comments

Comments

@Gourdbaby
Copy link

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;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant