This post originated from an RSS feed registered with Java Buzz
by News Manager.
Original Post: The Jakarta Apache Project has released the Commons FileUpload 1.2.
Feed Title: Cafe au Lait
Feed URL: http://www.cafeaulait.org/today.rss
Feed Description: Cafe au Lait is the preeminent independent source of Java information on the net. Unlike many other Java sites, Cafe au Lait is neither beholden to specific companies nor to advertisers. At Cafe au Lait you'll find many resources to help you develop your Java programming skills here including daily news summaries, FAQ lists, tutorials, course notes, examples, exercises, book reviews, user groups and more.
The Jakarta Apache Project has released the Commons FileUpload 1.2. "FileUpload makes it easy to add robust, high-performance, file upload capability to your servlets and web applications. FileUpload parses HTTP requests that conform to RFC 1867, 'Form-based File Upload in HTML'. That is, if an HTTP request is submitted using the POST method, and with a content type of 'multipart/form-data', then FileUpload can parse that request, and make the results available in a manner easily used by the caller." Version 1.2 adds a streaming API, progress listeners, header continuation lines, and limits on file sizes.