Inet PUT doesn't upload the file to web server
From: John R. (johnr2000_at_newsgroups.nospam)
Date: 07/19/04
- Next message: Peter Huang: "RE: Repost: Uploading a file to a web server from a VB6 ActiveX control"
- Previous message: John: "Repost: Uploading a file to a web server from a VB6 ActiveX control"
- Next in thread: Peter Huang: "RE: Inet PUT doesn't upload the file to web server"
- Reply: Peter Huang: "RE: Inet PUT doesn't upload the file to web server"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 19 Jul 2004 15:48:02 -0700
I'm trying to upload a file using Internet Transfer Control.
I can upload it to my local web server (on my box):
With Inet1
.Execute "http://localhost/ecgreports/myfile.car", "PUT", content
End With
However, when I try to upload it to a web server on our intranet the file doesn't show up there.
With Inet1
.Execute "http://webtest1/test/myfile.car", "PUT", content
End With
I created the test folder on the server and set the permissions and security for full control for Everyone. I also created a web share on that server for that folder and selected to permit "write".
I have no idea why it isn't working on any other web server except my local one.
Any ideas?
- Next message: Peter Huang: "RE: Repost: Uploading a file to a web server from a VB6 ActiveX control"
- Previous message: John: "Repost: Uploading a file to a web server from a VB6 ActiveX control"
- Next in thread: Peter Huang: "RE: Inet PUT doesn't upload the file to web server"
- Reply: Peter Huang: "RE: Inet PUT doesn't upload the file to web server"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|