search for: upload_client

Displaying 2 results from an estimated 2 matches for "upload_client".

2006 Nov 13
2
mongrel upload progress and nginx
...nyone know whether the mongrel upload progress plugin works with nginx? It works fine for my app under pound, but not with nginx. I am using DRb to handle the uploads as detailed at http://mongrel.rubyforge.org/docs/upload_progress.html . If I am using pound I can see the uploads with irb -r lib/upload_client.rb , but cannot if I am using nginx. Does anyone know anything more about this behavior or a possible solution? thanks,
2007 Feb 27
11
Mongrel upload progress not showing progress on production server
...l, Tried out the mongrel upload progress plugin with Drb and it works great on my OSX development box, but when putting it into production (Ubuntu Dapper), uploads complete but the app isn''t returning any values for upload progress, and uploads are not showing up in the queue when running upload_client.rb. Before anyone asks, yes, I''m running both the mongrel instances and the upload.rb script. Below are the relevant log entries and code snippets. Thanks! data_file.rb: ? def progress warn ''progress'' render :update do |page| warn ''update'...