PDA

View Full Version : Support for rails' upload progress plugin?


johan
03-22-2006, 03:36 PM
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 (http://sean.treadway.info/demo/upload/) plugin that's available (http://dev.rubyonrails.org/browser/plugins/upload_progress) 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
03-23-2006, 09:57 AM
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.

johan
03-23-2006, 03:06 PM
That's what I was afraid of.. and yeah, there's a tradeoff

Thanks though! :)