I need to send a photo from a file stored in the SDCARD to an external Api. In order to do this, i\'m using the following code:
String responseStr = null;
The problem may be the semicolon in the content type:
fileentity = new FileEntity(file,"image/jpeg;"); ^