Chaps,

Does anyone have any good solution for displaying a file upload progress bar? I 
essentially have a form which looks like this:

<form name="upload" action="process.cfm" method="post">
        
        <input name="NewName" type="text" />

        <input name="TheFile" type="file" />

        <input name="Submit type="submit" value="Upload Now!" />

</form>

On the process.cfm I use a cffile to handle the file, I save it to the FS with 
a UUID as its path/name and then enter a record into the DB with that unique 
path and the 'freindly' name which they enter in the form.

This is fine however with large files the page sits their whilst the file 
uploads, in an ideal world I'd have a progress bar showing the percentage 
uploaded.

I've not seen anything which CF has built-in for doing this, have you got any 
decent 3rd party solutions which any of you have implement successfully?

Cheers for now,

Rob 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318964
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to