core
core copied to clipboard
Bulk Upload Fails if there is a ftSizeLimit on the SourceImage
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>