I can't get it to write into the input field is there any way to do this? The html: <html> <body> <form action="upload_file.php" method="post" enctype="multipart/form-data" name="ding"> <input type="file" name="file" id="file" value=""/> <br /> <input type="submit" name="submit" value="Submit" /> </form> </body> </html> The autoit: $oIE=_IECreate("http://www.removed.com/g.html", 0, 1, 1) $oForm = _IEFormGetObjByName ($oIE, "ding