Support for rails' upload progress plugin?

#1
wasn't sure if this is a current feature or not, so apologies if it's the wrong forum.

Does Litespeed work with the upload progress plugin that's available for rails?
If so, what's the magic config flag :) because it appears like I can't get to display progress (I'm guessing it's never being fed back) on a vanilla Litespeed install. Normal uploading still works like a charm though, obviously...

There's a "checklist" here:
http://sean.treadway.info/articles/2005/07/18/upload-progress-checklist
(should work with ruby 1.8.4) would cool to see Litespeed there as well
 

mistwang

LiteSpeed Staff
#2
Unfortunate, LSWS waits for the whole request before forwarding it to backend scripting engine. we does that because backend don't need to wait for the slow I/O, it will become very expensive if you got a lot of client doing that at the same time.
 
Top