RE: Inet PUT doesn't upload the file to web server
From: Peter Huang (v-phuang_at_online.microsoft.com)
Date: 07/20/04
- Next message: Roger Barr: "P2P"
- Previous message: Peter Huang: "RE: Repost: Uploading a file to a web server from a VB6 ActiveX control"
- In reply to: John R.: "Inet PUT doesn't upload the file to web server"
- Next in thread: John R.: "RE: Inet PUT doesn't upload the file to web server"
- Reply: John R.: "RE: Inet PUT doesn't upload the file to web server"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 20 Jul 2004 02:21:06 GMT
Hi John,
You may try to get the response from the server to see what had happened.
Inet1.URL = "http://remoteserver/a.txt"
Inet1.Execute , "PUT", c
While Inet1.StillExecuting
DoEvents
Wend
o = Inet1.GetChunk(1024, 0)
Debug.Print o
Also have you checked the Write in the Home Directory tab in the IIS
setting.
Best regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
- Next message: Roger Barr: "P2P"
- Previous message: Peter Huang: "RE: Repost: Uploading a file to a web server from a VB6 ActiveX control"
- In reply to: John R.: "Inet PUT doesn't upload the file to web server"
- Next in thread: John R.: "RE: Inet PUT doesn't upload the file to web server"
- Reply: John R.: "RE: Inet PUT doesn't upload the file to web server"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|