kwixro Posted August 31, 2011 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!
wakillon Posted August 31, 2011 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now