From: 7stud -- Date: 2009-05-07T13:30:59+09:00 Subject: Re: Reading a zip file from a GET request without saving? Arthur Christoph wrote: > > Is there a way to read the files inside directly without having to save > the zip file into a physical file first? > I couldn't figure out how to do that, but you can always use TempFile to handle creating a unique name and then deleting the file automatically when your program terminates. -- Posted via http://www.ruby-forum.com/.