I have recently upgraded our CF Server to 4.5 from 4.01. It seems the
following code (cffile) no longer works? Is this a known bug or do I need to
change some code accordingly?
This form...
<cfform action="graphic_saved.cfm" method="POST" enablecab="Yes"
enctype="multipart/form-data">
Is pointed to this code:
<CFFILE
DESTINATION="d:\web\locateaneyedoc\bannerads\states\#state#"
ACTION="UPLOAD"
NAMECONFLICT="OVERWRITE"
FILEFIELD="FileName"
ACCEPT="image/gif,image/jpeg">
Thanks for your help/suggestions in advance!
Shane Witbeck
www.digitalsanctum.com
------------------------------------------------------------------------------
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.