Click here to Skip to main content
15,897,891 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,


I am working on Visual Studio 2008 asp.net application In this i have to trasnfer one Pdf file from current system to web hosted server that means from where the application is running. and when any body loges into that website the content of the that pdf file should be scroll into that main page of the application.

How to do this using c#. Can any body help me to solve this .
Posted
Comments
Sergey Alexandrovich Kryukov 17-Apr-13 1:27am    
What did you try?
—SA

1 solution

Please see: http://msdn.microsoft.com/en-us/library/aa479405.aspx[^].

This CodeProject file can also be useful: File Upload with ASP.NET[^].

—SA
 
Share this answer
 
Comments
shashikala A 17-Apr-13 2:19am    
Hi,

Thanks for the reply. In this the file is saving in the local system but i want to save it in a server from where our application is running for example www.gmail.com application server is some where but i want to save one file from my system to google server throgh C3 coding .

Can any body help me in this.
Sergey Alexandrovich Kryukov 17-Apr-13 12:15pm    
No!!! Uploading is saving a file on server!
Anyway, your question did not ask what protocol do you want to use, I assumed HTTP, as it is already served up by the server, simply because you tagged "ASP.NET".
Read my answer again and please accept it formally (green button).
—SA
shashikala A 18-Apr-13 0:30am    
ya am using
HTTP protocol
Sergey Alexandrovich Kryukov 18-Apr-13 0:43am    
OK, very good, it means I answered your question. Perhaps you don't understand something...
—SA

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