View Single Post
  #3  
Old 11-19-2012, 02:02 PM
ghack2k is offline ghack2k
Registered User

Join Date: Nov 2012
Posts: 2

Sad This works very well but...

Hello,

this works very well but ONLY for files under 2GB... if we choose any file bigger it will throw an "out of memory" exception

I have digging and searching arround and i know that we can make the file/bytes reading by chunks to avoid the "out of memory" error. However i couldn't realize how to do this or how to adapt this to this code.

Does anyone knows how can we read files bigger that 2GB without errors? Does anyone knows how to adapt the chunks reading here?

Thanks in advanced.
Reply With Quote