On Jan 27, 2005, at 7:15 AM, Oleg Broytmann wrote: > > Sorry, but I think you've answered a different question. AFAIU > "uploading" means "to the server", so it needs to be in request object, > not in response. > Oops. The good news is that uploading large files also works in Quixote. In Quixote 2, the support appears when the HTTPRequest, uses an Upload instance to transfer the file. In Quixote1, I think the same thing happens, but it uses a different Request class.