> Is there a variable that stores that filename of the file be
> passed to page.
>
> Page 1:
>
> <form ... >
>
> </form>
>
> Page 2:
>
> output filename of file selected to upload.
>
> I know after you do CFFILE upload you can do: FILE.SERVERFILE
> But Id like to use it to test some stuff before I upload it.

No, there isn't a whole lot you can do with the file before it's uploaded.
The CFFILE tag doesn't actually upload the file, it processes the file that
the browser has already uploaded to the server. So, any testing you'd want
to do before uploading, you'd have to do before the form is submitted; you'd
have to use JavaScript, which usually doesn't allow very much access to the
file upload field.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to