I want to upload a file thru Autoit. After I click on the Browse-button it opens the 'Choose File to Upload'-window. For some reason the script doesn't continu after opening the 'Choose File to Upload'-window. It won't paste the contents of the clipboard. #include <GUIConstants.au3> #include <IE.au3> $GUI = GUICreate($protitle, 1024, 800) $object = ObjCreate("Shell.Explorer.2") _IENavigate($object, "http://somesite.com") _IELoadWait($object) $oinput = _IEGetObjByName($object, "