Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 May : Using idHTTP.Put
| Subject: | Using idHTTP.Put |
| Posted by: | "Michael Domke" (mdom..@golfsys.com) |
| Date: | Tue, 24 May 2005 10:45:02 |
Delphi 5 Pro
Indy 9
I am successfully using idHTTP.Get to move files from a web server to a
client machine but now I'm trying to go the other way. I want to move files
from the client computer to the server. I've tried using the demo project,
HTTP Client Demo, which has an example of using the Put method but I keep
getting this error message returned:
HTTP/1.1 403 Forbidden.
I'm assuming this is a permission issue but where do I start? I noticed
there is a username and password option in the idHTTP.Request object but
what do I enter there if anything? Any help would be greatly appreciated.
mbd