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
Post a Comment