I am somewhat new to CF and I am trying to use the CFFILE tag to upload a file to my server.  I figured out that in order to do so I had to include the correct enctype in the form tag (enctype="multipart/form-data).  Now the file extension is not being passed (i.e. "myfile.txt" becomes just "myfile") and so I am having difficulty trying to do verification on the destination file,  because I do not know the complete filename.  i.e.. <cfif FileExists("destpath")>

Basically I need to find out how to pass the form data so that I can see the full filename including the extension so that I can check to see if the file is present before I do the CFFILE statement.  Any help would be appreciated.
-Chuck.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to