View Single Post
Old 06-20-2007, 10:42 AM  
Emil
Confirmed User
 
Emil's Avatar
 
Join Date: Feb 2007
Location: Sweden
Posts: 5,650
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?
Emil is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote