Rank: Newbie Groups: Member
Joined: 12/15/2015 Posts: 8
|
Friends, how to trigger the click the upload button?
<div> <input type="file" name="FileUpload1" id="FileUpload1" /> </div>
I tried this, but it does not work.
WebView1.EvalScript("document.getElementById('FileUpload1').click();")
Anyone have a suggestion?
Thank you
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
|