Hi all, I'm using the following line in a form to upload a file to a database:
<input type='file' size='69' name='newimage'> Before processing the file I'd
like to check some features of it (ie. name and extension) however, I've
realized that when using the 'file' feature of cfform, the file is sent to the
server with a temporary name; something like:
D:\CFusionMX\runtime\servers\default\SERVER-INF\temp\wwwroot-tmp\neotmp18259.tmp
I'm wondering if there is a way to access the file's original name before
running any 'CFFILE' commands? Any assistance is greatly appreciated. Cheers,
Gord.