
inet http post file upload problem
Hi, I'm trying to POST file(s) to a cgi-script using the inet control. But
after sniffing the http requset it seems that it doesn't sends the file.
10x in advance
Inet1.Execute " http://www.*-*-*.com/ ;, "POST", _
PostData, _
"Content-Type: multipart/form-data;" & vbCrLf & _
"Connection: Keep-Alive" & vbCrLf & _
"Content-Length: " & CStr(Len(PostData))
=-=-=-=-=-=-=-
P.