on 2018 Nov 19 11:05 AM
Hi All,
I am using one UploadCollecition control since I need to add one file for upload to my app and in the end, i.e. when user press Approve button, only then the file upload is done.
How can I limit the number of files uploaded since I only want one file to be uploaded.
Also I tried in the Change event of UploadCollection by comparing the length and if GE 1, delete the file in frontend only but couldn't figure out.
Please Help..
Thanks
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
Hi ,
Below works exactly same as Upload Collection but with File Uploader.
<u:FileUploader style="Emphasized" uploadUrl="/EntitySet" id="fileUploader" name="myFileUpload" buttonText="Upload" buttonOnly="true" change="handleFileValueChange" uploadOnChange="false" uploadComplete="handleFileUploadComplete"/>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
69 | |
16 | |
10 | |
7 | |
7 | |
4 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.