Click here to Skip to main content
15,891,777 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to create the screen from which I can upload file.
Here is the thing. I don't want to save on same location as website. But Want to save on different website folder.

Is is possible to do that

Getfile from Website1 using upload control
and store it on website2 folder

Thank you
Posted

1 solution

If your web application has permission to the folder where you want to write the file, then you simply have to save the file to that folder in your code behind. Go forth and code it. If you run into problems with that, feel free to update your question and we can help you with syntax issues if they arise.
Cheers.
 
Share this answer
 
Comments
Espen Harlinn 18-Jan-11 16:58pm    
5+ Sensible answer
Sergey Alexandrovich Kryukov 18-Jan-11 22:26pm    
Correct - it's 5.
Sandeep Mewara 19-Jan-11 1:39am    
Comment from OP:
yes I do have access to other website. How do I ftp using asp.net code

Thank you

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900