[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.remoting

Passing BLOBs over via remoting

Jo Siffert

10/21/2004 6:50:00 PM

Hi,

I need to pass a BLOB/file (around 20 MB) from the client app to the
server. Is there a good, not too resource-consuming way of doing this
via remoting over a binary/TCP-channel?
I would like to do it via remoting as the rest of the app is using
remoting to communicate with the server.

Thanks,
Jo
1 Answer

Ken Kolda

10/21/2004 10:06:00 PM

0

Check out:

http://www.genuinechannels.com/Content.aspx?id=23&...

Hope that helps -
Ken


"Jo Siffert" <jo.siffert@gmx.net> wrote in message
news:%23awuU65tEHA.2948@TK2MSFTNGP15.phx.gbl...
> Hi,
>
> I need to pass a BLOB/file (around 20 MB) from the client app to the
> server. Is there a good, not too resource-consuming way of doing this
> via remoting over a binary/TCP-channel?
> I would like to do it via remoting as the rest of the app is using
> remoting to communicate with the server.
>
> Thanks,
> Jo