cffile upload and type="file" ... how do I get form value ...
<input class="pfs" type="File" name="file_name" size="120" maxlength="100">
I send this to a cffile type="upload" ... and I am trying to do a special error handler ...
If file exists on server, first move it to an archive folder, then upload new one to destination folder.
BUT the form name of file_name - nowhere does it contain the file name, instead ...
C:\CFusionMX7\runtime\servers\coldfusion\SERVER-INF\temp\wwwroot-tmp\neotmp41631.tmp
Hummmm. Never tried this b4 ... how DO I get the file name!?
