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

  • Thread starter Thread starter Brian
  • Start date Start date
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
 
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
 
Back
Top