I'm sending video and audio files from my Android application to Wampserver
, some of these can get quite large and I tend to get OutofMemory
issues when the file is approximately over 1MB
in size.
I convert each file individually into a byte stream. I think the byte stream is too large hence the OutofMemory
.
How can I stop this error from occurring?