Issues
- Incompatibility - cffile action=upload attemptedserverfile key returns a different result than ACFLDEV-4201Resolved issue: LDEV-4201Pothys - MitrahSoft
- Add Action = Prepend to CFFILELDEV-4138
- cffile action read without file attribute throws a NPE.LDEV-3364Resolved issue: LDEV-3364Pothys - MitrahSoft
- better error feedback for cffile permission problemsLDEV-3220Resolved issue: LDEV-3220Mircea Botez
- fileUpload for S3 brokenLDEV-2336Pothys - MitrahSoft
- File upload with colon in the file name to a Windows install creates crazy.LDEV-2285Michael Offner
- Allow uploading all files of an <input type="file" multiple>LDEV-1948
- <cffile> S3 write no longer workingLDEV-1149Resolved issue: LDEV-1149Michael Offner
- cffile upload not workLDEV-939Resolved issue: LDEV-939Michael Offner
9 of 9
Incompatibility - cffile action=upload attemptedserverfile key returns a different result than ACF
Fixed
Description
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
Pothys - MitrahSoftPothys - MitrahSoftNew 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
NoneFix versions
Priority
New
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Pothys - MitrahSoft
Pothys - MitrahSoftNew 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 15 September 2022 at 08:33
Updated 18 September 2024 at 09:42
Resolved 30 May 2023 at 05:58
Activity
Show:
Pothys - MitrahSoft30 May 2023 at 05:58
I checked this issue with lucee version 6.0.0.413-SNAPSHOT. Now cffile action=upload attemptedserverfile key gives correct result and issue solved
Zac Spitzer29 May 2023 at 13:23
Pothys - MitrahSoft15 September 2022 at 13:30
I added a fix to the cffile action=upload attemptedserverfile key which returns the name initially attempts to save
Pull Request:
In lucee, cffile action=upload returns the attemptedserverfile value different than ACF when the file already exists in the destination (i.e. name conflict). Lucee returns the saved file name. ACF returns the name initially attempts to save (i.e. before using the name conflict).