Robert wrote: > Anyone know of a solution for either an upload progress bar (not using > flex), or at least to output a message while the file is uploading? You can show an "in progress" meter using only GIFs and JavaScript. Take a look at this article: http://www.stillnetstudios.com/2007/02/04/animated-in-progress-indicator-for-long-running-pages/
Ian wrote: > Well, before Adobe can address this problem, the entire HTTP standard > for client-server communications would have to be addressed. The corner > stone of HTTP is that it is stateless and each and every > request-response is separate and intendant. This is entirely doable right now, just not in ColdFusion I don't think. We would need access to the state of the upload, I don't think there is a way to get that in CF. If we had that you could do some fancy things with application variables and ajax to update a progress meter. -Ryan ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:316975 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

