File input
Posted: Sat Jul 16, 2011 11:05 am
Hello,
There is a webpage with a file input.
How can I put a file in the input with VB?
gille
There is a webpage with a file input.
How can I put a file in the input with VB?
gille
Sharing, Teaching and Supporting coders of all ages and levels since 2009
https://www.codenstuff.com/forum/
Dim Element As HtmlElementCollection = WebBrowser1.Document.All
WebBrowser1.Document.GetElementById("FileInputElement").SetAttribute("value", "C:\MyFileToUpload.zip")