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...
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.