I\'m developing a remote backup app, and Sometimes I need upload big files as for example 15 MB, I have tested in some phones I get an out of memory error
Is there a
Add
conn.setFixedLengthStreamingMode(sourceFile.length());
below:
conn = (HttpURLConnection) url.openConnection();