ways and usefull libraries for sending image from client (android) to server (Spring) -


i find next possible ways

1) convert image base64 string , put string json object. send image json entry android

2) create array of bytes out of bitmap, , create new string array of bytes, , send server

http://blog.3dmick.com/2012/06/android-app-for-uploading-images-on-server/

which else libraries or ways u know ?? ways popular on enteptise projects?


Comments

Popular posts from this blog

javascript - How to name a jQuery function to make a browser's back button work? -

python - Django-easy-pdf: xhtml2pdf reporting reportlab 2.2+ is required, but 3.0 installed -

collision detection - C++ library for mesh to mesh intersection: what is available? -