<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><DIV>I am trying to get the mongrel upload progress working and am having some problems. I am using Rails 1.1.6 and the latest install of mongrel. I created the config/mongrel_upload_progress.conf per the instructions ... it looks like this ...</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>uri "/", </DIV><DIV>  :handler =&gt; plugin("/handlers/upload", :path_info =&gt; '/listings/add_photo'), </DIV><DIV>  :frequency =&gt; 1,</DIV><DIV>  :in_front =&gt; true</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Then I start mongrel like this ...</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>mongrel_rails start -d -p 3000 -S config/mongrel_upload_progress.conf</DIV><DIV><BR class="khtml-block-placeholder"></DIV>In my controller's progress method I call ...<DIV><BR class="khtml-block-placeholder"></DIV><DIV>      @status = Mongrel::Uploads.check(params[:upload_id])</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>However, @status is always nil. Any ideas?  The upload_id is properly being sent. </DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>The file does upload; but the progress bar just goes from 0% to 100% once the upload is finished.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Thanks.</DIV><DIV><BR><DIV> <SPAN class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><DIV><B style="font-weight: bold; "><SPAN class="Apple-style-span" style="font-weight: bold; ">Bill Siggelkow</SPAN></B></DIV><DIV>AIM: siggelkowb</DIV></SPAN></DIV><BR></DIV></BODY></HTML>