AIR File size limit?
Details:
AIR
FlashBuilder 4.0
Flex 4.0 SDK
My AIR app accepts files dropped into it. The app breaks them into chunks and moves them to a server. The process works for files up to 400mb, but when I go higher, the app locks up.
I don't get an error or system crash, when I'm using the release build. If I run it in debug, it runs out of memory.
I'm clearing the clipboard after every successful transmission.
I'm out of ideas.
