What is the largest file size we can transfer through air application?
Posted
by Naveen kumar
on Stack Overflow
See other posts from Stack Overflow
or by Naveen kumar
Published on 2010-05-28T05:34:31Z
Indexed on
2010/05/28
5:41 UTC
Read the original article
Hit count: 292
Hi all, I'm trying to transfer large file(1Gb+) using UDP(in packets) through air application. I'm transfering byteArray by taking chunks of packets from FileStream. But its giving 'Error #1000: The system is out of memory' at sender side after certain number of packets sent and by this time the downloaded file size at server side is 256 MB. I tried with other files but after downloading 256MB, sender is giving the same error. Is it because of the file stream size? How can I solve this problem so that I can transfer files of GB size.
© Stack Overflow or respective owner