Sending files through a webservice
Posted
by Jay
on Stack Overflow
See other posts from Stack Overflow
or by Jay
Published on 2010-05-28T19:26:12Z
Indexed on
2010/05/28
19:32 UTC
Read the original article
Hit count: 217
c#
|webservice
Hi,
I have to send some files through a webservice in C#. The files to be sent can be from different locations i.e. there is one folder having 4 files and another folder having 5 files. Assuming i have a mechanism to select which files to send. What would be the best way to send those files? Should I be sending them one by one and let the client figure out how to put them together, or zip all the files into a single file and send that zip file to the client. If there is any other way to implement this, I would be more than happy to look into that approach too.
Thanks
© Stack Overflow or respective owner