the following variables? They are specific to <CFFILE>, and I suspect
your answer lies within...
File.AttemptedServerFile
File.ClientDirectory
File.ClientFile
File.ClientFileExt
File.ClientFileName
File.ContentSubType
File.ContentType
File.DateLastAccessed
File.FileExisted
File.FileSize
File.FileWasAppended
File.FileWasOverwritten
File.FileWasRenamed
File.FileWasSaved
File.OldFileSize
File.ServerDirectory
File.ServerFile
File.ServerFileExt
File.ServerFileName
File.TimeCreated
File.TimeLastModified
On Wed, 28 Jan 2004 14:20:36 -0400, in cf-talk you wrote:
>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]

