المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Transfer big file from PC to PPC



C# Programming
04-07-2009, 05:02 PM
Hi
I need to transfer big file from PC to PPC - but I can't use RAPI.
My work is:
1. convert .sdf (big) file to binary file
2. transfer to PPC (through Webservice)
3. In PPC I convert from binary to .sdf file
the problem is, that in PPC I got an exception "out of memory" (in big file)
in small file - it work excellent.
what can I do ? maybe I can send in slices ?
thank's for any help
I work on C#