FarCry Core: a web app framework for the ColdFusion language (supporting Lucee & Adobe ColdFusion engines). An ideal platform for building bespoke or tailor made solutions.
The referenced stFile.fileSize doesn't exist because stFile is an empty struct. This error only occurs when bulk uploading files to a type where the image has a ftSizeLimit (eg on the SourceImage of dmImage).
I've just tested with S3 and it doesn't work, but this does.
<cfif arguments.sizeLimit and arguments.sizeLimit lt getFileInfo(arguments.localfile).size>
The referenced stFile.fileSize doesn't exist because stFile is an empty struct. This error only occurs when bulk uploading files to a type where the image has a ftSizeLimit (eg on the SourceImage of dmImage).