posting picture to php server
问题 here is the method i found in internet to upload picture to server. but it crashes. i have no idea why. could somebody help me to solve thus problem? maybe someone did that, and knows more clearer example of uploading photos to php server? private void doFileUpload() { HttpURLConnection conn = null; DataOutputStream dos = null; DataInputStream inStream = null; String exsistingFileName = "/mnt/sdcard/Pictures/album/test.jpg"; // Is this the place are you doing something wrong. String lineEnd =