Unresolved
Details
Details
Assignee
Unassigned
UnassignedReporter
Michael Born @ Ortus
Michael Born @ OrtusNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
None
Fix versions
Priority
Created 13 August 2019 at 19:50
Updated 8 June 2023 at 08:49
According to the documentation, the function signature of `fileUpload()` in Lucee is
FileUpload( destination, fileField, accept, nameConflict, mode, attributes, acl )
Whereas the ACF function signature is documented as:
FileUpload(destination, fileField, accept, nameConflict, strict, allowedExtensions)
This means that Lucee doesn't support ACF's `strict` and `allowedExtensions` parameters.