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

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

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