

Videos
Blogs
May 25, 2025
An error that occurred after updating from ColdFusion2018 to ColdFusion2023
After updating from CF2018 to CF2023, the following programs stopped working:
https://brasil-ya.com/cfm/image1-cfm.txt
https://brasil-ya.com/cfm/image3-cfm.txt
It stops at the following part of imag3.cfm.
<cffile action=”upload” filefield=”form.image1″ destination=”#basyo_images#” nameconflict=”overwrite” accept=”image/gif,image/pjpeg,image/jpeg,image/jpg”>
<cfcatch type=”any”>
<center>
<cfoutput>
<font color=red><b>#images_y# #error_y#4</b></font><p>
<a href=”javascript:history.back(-1)”>[BACK]</a>
</cfoutput>
</center>
<cfabort>
</cfcatch>
</cftry>
Can you tell me what to fix?
Similar Blogs
Upcoming Events