Displaying 1 result from an estimated 1 matches for "sample_cycle".
2006 Aug 29
0
mongrel_upload_progress problems
...mongrel_upload_progress gem and Rails? I
have been playing around with _why and technoweenie''s code but I''m
not sure what is current and what is old. It is not working for me.
I am running Mongrel 0.3.13.3 (gem) with mongrel_upload_progress 0.1.
My upload URI is /agronomics/sample_cycle/upload, and my progress URI
is /agronomics/sample_cycle/progress. I have the following in
mongrel.conf:
uri "/", :handler => Upload.new(:path_info => "/agronomics/
sample_cycle/upload"), :in_front => true
It appears that the uploads are not properly being tracked...