kwixro 0 Posted August 31, 2011 #include <IE.au3> ..... $oIE = _IECreate("abc.com/upload.php") ... $input = _IEFormElementGetObjByName($oform,"file") _IEAction($input, "focus") ... Send("C:\test.png") Send("{Enter}") ... After Enter, abc.com/upload.php start upload file 'test.png'. How can autoit check upload file completed? Thanks! Share this post Link to post Share on other sites
wakillon 403 Posted August 31, 2011 Try to wait for a text in web page who said Upload is finished... AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts Share this post Link to post Share on other sites