RE: [Rails-spinoffs] Re: RE: File upload progress bar

2006-04-10 Thread Daniel Elmore
EMAIL PROTECTED] On Behalf Of Frank Sent: Sunday, April 09, 2006 11:27 AM To: rails-spinoffs@lists.rubyonrails.org Subject: [Rails-spinoffs] Re: RE: File upload progress bar Daniel, Could you go into more depth with a coldfusion example? Like on a windows box, what is the temp directory to chec

Re: [Rails-spinoffs] Re: RE: File upload progress bar

2006-04-09 Thread Deco Rior
We use the lasso development environment. But I think the approach is general. We set a session variable on the page that launches the activity. The server side updates this variable as a percentage as it performs the activity. Then we sue AJAX.periodical to check the value for this var

[Rails-spinoffs] Re: RE: File upload progress bar

2006-04-09 Thread Frank
Daniel, Could you go into more depth with a coldfusion example? Like on a windows box, what is the temp directory to check for, etc? Any info would be greatly appreciated. Thank You, Frank Daniel Elmore wrote: >>From my understanding, it isn't too hard to create your own progress reader. > When