Visual Basic programmers, help needed!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Emil
    Confirmed User
    • Feb 2007
    • 5658

    #1

    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?
    Free 🅑🅘🅣🅒🅞🅘🅝🅢 Every Hour (Yes, really. Free ₿itCoins.)
    (Signup with ONLY your Email and Password. You can also refer people and get even more.)
  • r34lg33k
    Registered User
    • Jan 2005
    • 29

    #2
    note: the file input usually has a hidden maxfilesize value
    # icq 2.333.686 - www.CheeChTech.com
    # Coding: PhP Perl Java JavaScript Flash SOAP C/C++
    # SysAdmin: linux & freebsd

    Comment

    Working...