On Mon, 2003-01-20 at 10:49, Paul Wilson wrote:
> Hi
> 
> Is it possible to give a client feedback about the status of a file
> that is being uploaded using cffile? Time left, file size sent kind of stuff.

Are you on a unix or windows system? If you are on a unix use cfexecute
to run stat and then parse out the output to get the current file size.
If you set a variable with the upload start time and then run stat at a
regular time increment you should be able to figure out a rough transfer
rate. As far as a window system goes....someone else will have to answer
that...

Andrew Golden

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to