How to upload files to a rmote web server using FileUpload ?

  • Thread starter Thread starter Prasath
  • Start date Start date
P

Prasath

We are able to upload files to a localhost. Pl. help on uploading files to a
remote web server using VB code

Thanks
 
The same code should apply for uploading to a remote server. you would just
have to make sure that the ASPNET user account (or the account your web
application is impersonating) on the remote server has write access to the
folder you are writing to.

A more detailed description of your problem would help.

Thanks
 

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

Back
Top