Am I utilizing <cfthread> correctly for this solution?
问题 I am trying to do multiple image uploads via the <cffileupload> tag. The tag calls a file called fileupload.cfm to process / finalize the image. Inside that image I want to start off a thread (here is where I might not understand threading, so let me know) so that I can reply 'image uploaded' back to the flash upload app, but initiate a thumbnail generation process (which might last 1 min or so, depending on the file size). So far I added something like: <!--- BUILD A THREAD TO CREATE /