> 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">

What happens when you run it? Does it give you a "server busy" error, or
does it fail silently?

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