SyntaxFix
Write A Post
Hire A Developer
Questions
httpcomponents-client-4.0.1 worked for me. However, I had to add the external jar apache-mime4j-0.6.jar (org.apache.james.mime4j) otherwise reqEntity.addPart("bin", bin); would not compile. Now it's working like charm.
httpcomponents-client-4.0.1
apache-mime4j-0.6.jar
reqEntity.addPart("bin", bin);