inet http post file upload problem 
Author Message
 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.



Sun, 14 Mar 2004 17:00:07 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. File Upload Using HTTP Post w/INET Control

2. Datei Upload per HTTP / File upload via HTTP

3. File upload from VB 6 to ASP file using http form post

4. Uploading a file using Inet control with HTTP

5. Uploading a file using Inet control with HTTP

6. HTTP file upload using inet control

7. Inet http file-upload

8. Uploading a file using Inet control with HTTP

9. VB ActiveX to upload a file using HTTP Post

10. VB ActiveX to upload a file using HTTP Post

11. Uploading File with HTTP POST useing the VB5.0(sp3) internet transfer Control

12. Uploading File with HTTP POST

 

 
Powered by phpBB® Forum Software