chasbrouck
Programmer
Ok heres the problem.
I am passing a filename to anotherpage using the following:
<INPUT NAME="file1" TYPE="file" size="40">
For instance the file selected for file1 is c:\documents\abc.doc
My form then submits this field to anotherpage where I need to evaluate the filename abc.doc. However the value passed to the page is some temporary file name neo.tmp etc...
How can I get the value of my form field (abc.doc) before actually doing the cffile.
Any help would be appreciated.
I am passing a filename to anotherpage using the following:
<INPUT NAME="file1" TYPE="file" size="40">
For instance the file selected for file1 is c:\documents\abc.doc
My form then submits this field to anotherpage where I need to evaluate the filename abc.doc. However the value passed to the page is some temporary file name neo.tmp etc...
How can I get the value of my form field (abc.doc) before actually doing the cffile.
Any help would be appreciated.