File Upload help
When a file is uploaded it:
1. CF creates a unique temp name for the file.
2. CF then starts uploading the file to the CF system temp directory using temp name.
3. The file then sits there waiting for cffile to moved/renamed to directory specified in the cffile tag.
Is there a way to figure out the temp file name in #1 before #3 happens?
There has to be some system variable or something.
