spymare Posted December 16, 2010 Posted December 16, 2010 hi my script looks like this: #include "WinHttp.au3" Global Const $sAddress = "dbq.dk" $1 = (@scriptdir & "\1.txt") Global $hOpen = _WinHttpOpen() Global $hConnect = _WinHttpConnect($hOpen, $sAddress) Global $sHTM = _WinHttpSimpleFormFill($hConnect, Default, Default, "name:ufile", $1) ;upload 1 _WinHttpCloseHandle($hConnect) _WinHttpCloseHandle($hOpen) it only works with no subdomain :S. so if i create a new folder on dbq.dk called: dbq.dk/test and put my php script inside the test folder, and make the script with this: Global Const $sAddress = "dbq.dk/test" it won't work :/, can someone help me ?
wakillon Posted December 17, 2010 Posted December 17, 2010 Try on 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