|
Visual Basic programmers, help needed!
I got a program that's using the webbrowser-component.
I got some problems to fill a file-field, (Htmlcode: <input type="file" name="file" />)
The normal way: webbrowser1.Document.All.file.Value = "some text"
doesn't work with the file-fields because of some security-stuff I guess.
Is there any way to fill this field without using sendkeys?
|