$ 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