Hi! I have a form that prompts the user to enter a filename. However, in the action template, when I examine the filename, it is not the same name, but a .tmp file, like
C:\WINNT.SBS\ACF7EAF.tmp.
Is there anyway to access the real file names?
Thanks for your help!
Here is the template:
<form action="testaction.cfm" name="thisform" enctype="multipart/form-data" method="post">
Enter file1: <INPUT name="filename1" type="file" width="30" ><br><br>
Enter file2: <INPUT name="filename2" type="file" width="30" ><br><br>
<input type="submit"
value="send email">
<input type="reset"
value="clear form">
</form>
C:\WINNT.SBS\ACF7EAF.tmp.
Is there anyway to access the real file names?
Thanks for your help!
Here is the template:
<form action="testaction.cfm" name="thisform" enctype="multipart/form-data" method="post">
Enter file1: <INPUT name="filename1" type="file" width="30" ><br><br>
Enter file2: <INPUT name="filename2" type="file" width="30" ><br><br>
<input type="submit"
value="send email">
<input type="reset"
value="clear form">
</form>