search for: 8ba26353

Displaying 2 results from an estimated 2 matches for "8ba26353".

2006 Jul 02
4
how to use upload progress?
...ed: http://weblog.techno-weenie.net/2006/6/18/rails-deployment And on the following site: http://redhanded.hobix.com/cult/mongrel0313WithLargeFileUploadsConditionalHttpUploadProgressPatchAllAreGoodThings.html it links to a patch (http://rubyforge.org/pipermail/mongrel-users/attachments/20060511/8ba26353/attachment.obj) which looks like it patches the mongrel code directly (not using a plugin) so there seems to be two patches and a plugin. I''m not sure which is the correct method to use for implementing upload progress, so I was hoping someone here could give me some direction, since I...
2006 May 11
7
Upload progress "plugin"
mongreleers, This is a hack for adding basic upload progress support to Mongrel. Currently, you can monitor the upload of any POST. I''m sure some work needs to be done to get it functioning with Rails. Save as lib/mongrel/progress. Anyway, here''s how to start Mongrel with it: require ''mongrel'' require ''mongrel/camping'' require