base64 - Passing big files to server using HttpPost in android -


so there's lot of question subject, non of them seemed answer question

i have filename, want encode base64 , http post server

the file's sending & receiving works great

but can't encode big files, because string large hold in memory , end getting outofmemoryexception when encode chunks, still end rebuilding encoded string big one

so please, if can me somehow (not in base64), pass big file server using httppost, great

p.s: tried using multipartentity's filebody server didn't receive correctly


Comments

Popular posts from this blog

php - Passing multiple values in a url using checkbox -

compilation - PHP install fails on Ubuntu 14 (make: *** [sapi/cli/php] Error 1) PHP 5.6.20 -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -