Ken,
I apologize, that i don't clearly explained what i mean.
Here is the code.
There are 3 elements of CuteWebUI:Uploader with ID "fileinput1", "fileinput2" and "fileinput3".
Element with ID "fileinput1" has an attributeVisible="False". Other elements has an attribute Visible="True".
If you run this code, and try to upload files using elements with ID "fileinput2" or (and) with ID "fileinput3", and press Submit button, uploads will not execute.
But, if you change attribute of "fileinput1" from Visible="False" to "True", and try this case again, you will see that upload works.
Also, you can try to do this case:
1. For element "fileinput1" set attribute Visible to"True"
2. For element "fileinput2" set attribute Visible to"False"
3. For element "fileinput3" set attribute Visible to"True"
4. Run page, choose file in "fileinput1" element for upload, and choose file in "fileinput3" for upload.
5. Press Submit button to start upload.
5. The result: file from "fileinput1" will uploaded, file from "fileinput3" will not uploaded.
Code of page:
Thanks,
Alexey