Http post request

G

Guest

Hello,
I have an application which generates reports at some instance of
time.
I want to post those reports to be posted to a URI which is of following
format

http://host:port/remainder-of-URL

Can I use WEbClient class's UploadData method.

What kind of server/applciation will be requried at the other end in order
to process this post request. What classes will be required for it?

Thanks,
Sushi
 
F

fragrentAroma

Only implment the good interfaces. Otherwise, you'll have a bad report.

Thanks
 
G

Guest

The report is a string message. What I wanted to ask is in order to post that
oa http uri, can i use webclient class' uploaddata method. If so what kind of
application is requried at other end in order to process such request. Alos
which classes to use for it.

Thanks
 
J

Joerg Jooss

sushi said:
Hello,
I have an application which generates reports at some
instance of time.
I want to post those reports to be posted to a URI which is of
following format

http://host:port/remainder-of-URL

Can I use WEbClient class's UploadData method.

What kind of server/applciation will be requried at the other end in
order to process this post request. What classes will be required for
it?

This requires some sort of web application technology like ASP.NET. You
could also implement your own little web server.

Cheers,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top