How to upload a File in Web Form without poping up Browser dialog

Ms. Maudie

New member
Joined
Sep 14, 2024
Messages
2
Points
1
Hi, I would like to know how to do to upload a File (picture) in Web Form without poping up the Browser For File Dialog,
So I mean SILENTLY upload a File (picture) in Web Form in (INPUT type="File") tag.

I have the below solution but that solution pops up the "Browser For File" dialog whereas the application will run automatically, so having that dialog to popup every time it's not really nice and it disturbs the process, that's why I need to upload the file at the background.

In brief, I don't want the "Browse For File" dialog to be shown.
 
Top