> Here is the problem: > > I am uploading files to my Webrick server via the standard HTTP method: > <form method="POST" enctype="multipart/form-data"> > <input type="file" name="data" /><input type="submit" /></form> > > 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.