I just want to ask if there is now a workaround to solve the file upload problem in Android when there's not enough RAM after file selection.
Look at these URLs:
Android browser refreshes page after selecting file via input element
http://code.google.com/p/android/issues/detail?id=53088
https://github.com/kostysh/File-uploading-component-for-Sencha-Touch/issues/5
My smart phone Samsung Galaxy xcover has 37,70 MB RAM.
When I click a standard HTML file upload control on a web page and select a file (from gallery, camera, camcorder etc.) Android kills the browser instance to get some free RAM, then Android starts the browser again and refreshes the web page.
I think there must be a technical solution some day ...
Has anybody new information about this problem?
Thomas