What I'd like to do concerns uploading and processing images which sometimes
takes

awhile and leaves the user wondering what's happening while they're waiting.

 

If the user is uploading, say 10 photos, and all the photos have to be
resized into two different

images, renamed, saved, etc., the process can take some time.

 

I was wondering if I could set up a method of process 1 images, then return
the name of the

image to the user via ajax, with a message such as "Image house1.jpg
processed.", then when

image two has been uploaded and processed, "Image house2.jpg processed",
etc. until all

images have been processed.

 

This would keep the user informed of the progress and keep them from
worrying that the

process was hanging up.

 

So, the question is, can messages (via cfreturn) be sent back to the client
multiple times

from a method?  Or perhaps there's a different way to achieve this?

 

Any suggestions or ideas?

 

Thanks,

 

Rick

 

----------------------------------------------------------------------------
---------------------------------------

"Those who hammer their guns into plows will plow for those who do not."  -
Thomas Jefferson

 




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326239
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