How to send and receive file on Silverlight application?
Posted
by Samvel Siradeghyan
on Stack Overflow
See other posts from Stack Overflow
or by Samvel Siradeghyan
Published on 2010-04-22T05:05:57Z
Indexed on
2010/04/22
5:13 UTC
Read the original article
Hit count: 432
Hi.
I am writting Silverlight client-server application.
Server part is WinForm application an client part is Silverlight.
I use TCP connction. I use sockets for sending and receiving information. But now I need to send a file, size of which may be greater then 1 Mb, so I can't use socets to send that file as bite stream. I wont to send that file form server and receive it on client Silverlight application.
How can I do that?
Thanks.
© Stack Overflow or respective owner