Hi, I would like that when opening a Form, which contains an Upload control, the control opens without any user intervention.
I tried to insert in the event shown this.upload1.UploadFiles();
but it doesn’t work. How can I get what I need?
Thanks for the help.
Hello Francesco,
Sadly, using the upload control always requires user interaction.
In fact, if you attempt to use the console on FireFox you’ll be getting a warning that the action was blocked due to it not being a “user” action.
Best Regards,
Alaa
Please login first to submit.