how to Upload image into server in Android?
问题 I am trying to Upload image Capture by Camera into server. server send response code = 200 but Image is not upload into server. Code is : private boolean uploadData() { int count = this.forumThreadsB.size(); for (int i = 0; i < count; i++) { if (isPhoto) message = "Uploading Shared Items " + (i + 1) + " of " + count; else message = "Uploading Shared Items " + (i + 1) + " of " + count; progressCount = (i * 1000)/count; Hashtable<?, ?> threadD = (Hashtable<?, ?>)this.forumThreadsB.elementAt(i);