Preparation
- Download Apache HTTPClient 4.3 jars in here
- Add the jars into your classpath project
Codes (deprecated)
You will notice that we have some deprecated problems here. They are :
- DefaultHttpClient class
- ClientContext class
- MultipartEntity class
- StringBody(String) constructor
- FileBody(File,String) constructor
Somehow, after trial & errors I solved the problem.
Codes (new style)
That's it. Hope my notes helps.