core icon indicating copy to clipboard operation
core copied to clipboard

Bulk Upload Fails if there is a ftSizeLimit on the SourceImage

Open PhillipRasmussen opened this issue 1 year ago • 1 comments

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). image

PhillipRasmussen avatar Jan 06 '24 05:01 PhillipRasmussen

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>

PhillipRasmussen avatar Jan 08 '24 04:01 PhillipRasmussen