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

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

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

asp.net mvc - breakpoint on javascript in CSHTML? -