Is it possible to Upload file to a non-iis server using c# or vb.net

B

Brian

Hi, I've been trying to find a way to upload file to another site that
is not using IIS. The site that I want to upload file to has a simple
php script to receive file uploaded through standard http post with a
file upload. However, how do I upload file to the site using asp.net?


thanks
Brian
 
D

DalePres

Look at the WebClient class. You can create a web request to send or
retrieve data from any web resource.

HTH

DalePres
MCAD, MCDBA, MCSE
 

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