Hi, you can show a progress bar with swfupload or uploadify. You will need a separate empty page to handle the upload form, swfupload/uploadify will show the progress bar for you. No need to get upload status from Quixote with this. best, Gabor On Thu, Jun 30, 2011 at 4:44 PM, Robert Ladymanwrote: > Charles - did you ever manage to get one? > >> Has anyone implemented a file upload progress bar using Quixote? For >> large file transfers it would be nice to display the status, but I'm >> having a hard time wrapping my head around the best way to approach it. >> >> I'm assuming that I could use DHTML/javascript to make a call to a separate >> page that would display the status, but I'm not sure how to generate that >> page. Do the Upload classes have any methods for accessing current >> progress, or would I need to write that out somehow to a separate file, >> which could then be checked by the progress request? >> >> Any advice or hints as far as getting the status out of Quixote would be >> greatly appreciated. >> >> One example I found that does what I'm looking for was in Rails, and is >> available here: >> http://sean.treadway.info/demo/upload/ >> >> Thanks! >> >> -Charles >> http://www.subcircuit.com <-- Quixote in action :) >> >> >> _______________________________________________ >> Quixote-users mailing list >> Quixote-users@mems-exchange.org >> http://mail.mems-exchange.org/mailman/listinfo/quixote-users >> > > -- > > Robert Ladyman > File-Away Limited, 32 Church Street, Newtyle > Perthshire, PH12 8TZ SCOTLAND > Registered in Scotland, Company Number SC222086 > Tel: +44 (0) 1828 898 158 > Mobile: +44 (0) 7732 771 649 > http://www.file-away.co.uk > > _______________________________________________ > Quixote-users mailing list > Quixote-users@mems-exchange.org > http://mail.mems-exchange.org/mailman/listinfo/quixote-users >