On Thu, Jan 27, 2005 at 06:59:03AM -0500, David Binger wrote: > Yes, Quixote can be used to upload large files. > > The way this works in Quixote 2, at least, is that the traversed-to > callable > returns a FileStream that wraps a file and allows the response to be > written out through an iterator, one chunk at a time. > > Responses can also be streamed in Quixote 1, but the mechanism is > a little different, I think. 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. Oleg. -- Oleg Broytmann http://phd.pp.ru/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.