Android Multipart HTTP Post does not send the File's MIME type
问题 Trying to figure what's wrong with my codings. I followed a blog post from here. I managed to get the codes to actually upload the file to a PHP web service. However, for some reason although I've set explicitly the MIME type for the file, PHP shows that the MIME is just a blank string and therefore rejected. Here's my codings: public String SendPost(String fn, String bid, String caption, String uid, String APIKey, String postHash) throws ParseException, ClientProtocolException, IOException {