Hello!
I've investigated your sample Start-uploading-manually.aspx, and have question.
For example, i have a two elements:
- CutewebUI:UploadAttachments with properties MultipleFilesUpload="false" and ID="Uploader1"
- CutewebUI:UploadAttachments with properties MultipleFilesUpload="false" and ID="Uploader2"
And one button Submit.
In JavaScript code, i've seen the next construction: '<%=Uploader1.ClientID %>'
But it works only for element with id Uploader1.
How i can do the uploading from Uploader1, and then Uploader2 on pressing button Submit only one time?
Case:
1)Press 'Submit'
2)Expected behavior: start uploading from Uploader1, after complete uploading, start uploading from Uploader2
Thanks and Regards,
Alexey