This post originated from an RSS feed registered with Java Buzz
by Goldy Lukka.
Original Post: Send Form Data from Java: A Painless Solution
Feed Title: Xyling Java Blogs
Feed URL: http://www.javablogs.xyling.com/thisWeek.rss
Feed Description: Your one stop source for Java Related Resources.
Sending multipart/form data from Java is a painful process that bogs developers down in protocol details. This article provides a simple, real-world solution that makes sending POST requests as simple as sending GET requests, even when sending multiple files of varying type.
The article also explains the GET and POST requests and how does a browser send these requests. Also included is the multipart-form/data explanation.