|
-
October 16th, 2009, 01:17 AM
#1
Saving a PDF File from client to server in c#
Hi,
I am displaying pdf file on client machine from server using byte array object in visual studio 2005 and after that i want to save a copy of the displayed pdf file on server , pls give any idea or sample code to save the copy on server using c# application
-
October 16th, 2009, 02:20 AM
#2
Re: Saving a PDF File from client to server in c#
 Originally Posted by meenus
Hi,
I am displaying pdf file on client machine from server using byte array object in visual studio 2005 and after that i want to save a copy of the displayed pdf file on server...
if the server is serving the file, why the file is already on the server, no?
-
October 16th, 2009, 06:09 AM
#3
Re: Saving a PDF File from client to server in c#
the pdf contents are edited on client and then i wan to save the edited file on the server
-
October 16th, 2009, 06:30 AM
#4
Re: Saving a PDF File from client to server in c#
What king of server is it? HTTP, TCP, WCF, remoting...? If it is WCF, you can send the document via streamed channel.
- Make it run.
- Make it right.
- Make it fast.
Don't hesitate to rate my post. 
-
October 16th, 2009, 06:41 AM
#5
Re: Saving a PDF File from client to server in c#
-
October 19th, 2009, 02:46 AM
#6
Re: Saving a PDF File from client to server in c#
So you can use POST or PUP methods of HTTP protocol.
- Make it run.
- Make it right.
- Make it fast.
Don't hesitate to rate my post. 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|