Hi Mates I am new here, new to AutoIT & Automation. This is my first try at AutoIT I have created a script to upload some image files to my account Here is the code, #include #include #include #include #include #include #include #include $path = 'E:\HotUpload\1.jpg' $ie = _IECreate( 'http://www.imgchili.com/') _IEErrorNotify(False) _IEErrorHandlerRegister() $oForms = _IEFormGetCollection($ie) ;Debug Code to get fom info ConsoleWrite( "Forms Info There are " & @extended &a