Macromedia ColdFusion MX 6.1 and MX 7 allowed a file specification in the destination field forcffile action="upload". The MX 6.1 documentation forcffile mentioned this explicitly with an example and although the MX 7 documentation removed the example, the behavior remained.
With ColdFusion MX 7.0.1, a directory is created with the same name as the file specification name in thedestination field, rather than uploading the file, as in the past.
Note: Code that specifies a directory in thedestination field for cffile action="upload" will not have this problem.

