Ruby Forum NGINX > Re: Is it possible to turn off file upload buffering in nginx ?

Posted by Brice Figureau (Guest)
on 08.05.2008 16:01
(Received via mailing list)
On Thu, May 8, 2008 15:06, Chris wrote:
>> > If so do you know the likely timeframe for this ?
>> user reporting a few crash that are being investigated (but couldn't be
> module. Does it support tracking for multiple file uploads within
> the same HTTP POST ?

No, it tracks the whole POST. If you uploads several file in the same
POST, they can't be tracked independantly.

> I have an existing upload bar that updates for multiple file uploads
> and am reluctant to switch from this code unless absolutely necessary.

Sure, if it ain't broken, don't fix it :-)

> My best-case solution would be a simple flag to switch off the file
> upload buffering in nginx - are you aware of any patches for this ?

No sorry, I don't know any patch for this.