Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

[WinHTTP] PUT Request

$
0
0
Hello, 
 
 
I wanted to send a file with a PUT request but i have no idea how to do that.
 
At the present time i've done that but it doesnt work :-(
 
  Global $FileHandle = FileOpen($Filename, 16)    $oHTTP = ObjCreate("winhttp.winhttprequest.5.1")    $oHTTP.Open("PUT", "a url" ,False)    $oHTTP.SetRequestHeader("file",$FileHandle)    $oHTTP.Send()
 
Thanks in advance

Viewing all articles
Browse latest Browse all 12506

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>