From: Arlen Christian Mart Cuss Date: 2007-08-10T01:06:34+09:00 Subject: Re: WEBRick: Problem to get the multipart/form-data decoded correctly. > Here is the problem: > > I am uploading files to my Webrick server via the standard HTTP method: >
>
> > the Webrick do_POST handler than has the multipart/form-data in his req.body. > > As astonishing as that sounds, I have not found a way to get the > file's content out of this. > I am sure there should be an easy way. Here's something I found from Google. It may not be definitive, sorry, but I think it can help! http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/94785 Arle.