Is it possible to select input file [file] WebBrowser VB.NET?

0

I'm making an application where you need to select an image. so it will become automatic, and then it will publish.

It is possible to somehow select this image, or even upload it, to apply at value ....

using the webbrowser.

Thiswillbeuploadfield,Ihavetoputanimageinit.

@EDIT@

ProgramthatI'mdoingitdoespostonmyfacebookpagefacebookpage,ieitclicksonphotos,andwillhavetoputthephoto.

soitloadsanditclickstopublishautomatically.

I'vefoundanoptionsofar.

SendKeys.SendWait("" & imgDir & "")
SendKeys.Send("{Tab}")
SendKeys.Send("{Tab}")
SendKeys.Send("{Enter}")
    
asked by anonymous 28.08.2015 / 10:22

0 answers