Upload image from android to cakephp server
问题 Currently I'm working on building an app version for a web service so I trying to upload image from inside my android phone through an app to my cakephp webserver. //android code HttpURLConnection conn = null; DataOutputStream dos = null; DataInputStream inStream = null; String existingFileName = Environment.getExternalStorageDirectory().getAbsolutePath() + "/New Folder/rsz_passportphoto.jpg"; String lineEnd = "\r\n"; String twoHyphens = "--"; String boundary = "*****"; int bytesRead,