Send Xml file using Https Post

Hi, I want to send xml file created in vb to the server using HTTPS post . I the file I send should be saved in the server directory. Like If we open a website it will display the list of folders and files , right. the file I send to the server should be displayed in the list. Is it possible.
[294 byte] By [bhuv] at [2007-11-20 11:47:13]
# 1 Re: Send Xml file using Https Post
Well, there are HTTP classes you could use, or you can use the INET control. Google is an amazing resource.
PeejAvery at 2007-11-9 19:32:19 >
# 2 Re: Send Xml file using Https Post
Hi,
The file I sent using https post should be save in the server.Van you send the sample code for it.
bhuv at 2007-11-9 19:33:25 >
# 3 Re: Send Xml file using Https Post
I think you misunderstand HTTP. HTTP in and of itself, cannot save a file to a new location. It is a text protocol. However, you can use it to post information to a server. The server will then have to read the data and do the processing/saving on that end.
PeejAvery at 2007-11-9 19:34:23 >
# 4 Re: Send Xml file using Https Post
Thank you very much for your reply. Now my doubt was clear.
bhuv at 2007-11-9 19:35:23 >