Jump to content

setting a file name issue


Recommended Posts

<TD class=startsub>Firmware File <INPUT style="WIDTH: 240px" type=file size=31 name=firmware> </TD>

$ff = _IETagNameGetCollection($oIE, "INPUT")
    For $f in $ff 
        if ($f.name) = "firmware" Then
            _IEFormElementSetValue($f, "c:\fw\7.sys") ----->>>>>this path & file don't get set
            Sleep(1000)
            ExitLoop
        EndIf
        
    Next

--> IE.au3 V2.4-0 Error from function _IEFormElementSetValue, $_IEStatus_InvalidObjectType

(Browser securuty prevents SetValue of TYPE=FILE)

how to I handle such a case????

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...