I'm trying to upload large files using Titanium, but if I try and upload to large files I get the java.lang.OutOfMemoryError.
I'm using a physical Android device running 4.0.4
Is there any way around this? Like increasing the memory size of titanium (unless it's the physicall memory it's talking about) or split files into several chunks and upload each chunk?
In the splitting case I guess I'll need some kind of module/plugin to do that unless someone knows of a way to do that with Titanium itself. I'm using Python Django as a server and I guess i'd need a way to put the files back together, or is there a way that is normally used to do this sort of thing?
If there's anything extra you need to know please let me know and I'll get back as quickly as I can :)
Thank you for your help!