|
From: James L. <li...@ox...> - 2007-09-27 19:48:24
|
On 27/09/07, 20:26:47, Peter Michaux <pet...@gm...> wrote=20 regarding Re: [Jetty-support] multipart/form-data: > > > I'm trying to learn how to handle a file upload request with Jetty= . > > > I've been googling but without any real luck. > > > > Grab Commons File Uploader from Apache, and that will solve 99% of y= our > > problems. > I'm running Jetty alone. File uploads are so common, it seem like > something a web server should "just do". Am I way off with that > thought? On Jetty 5 I use org.mortbay.servlet.MultiPartRequest and it "just does it". Jetty 6 has org.mortbay.servlet.MultiPartFilter, I've not used, but looks like it does similar things with multipart/form-data. James. |