Fixed
Details
Assignee
UnassignedUnassignedReporter
Justin CarterJustin CarterAffects versions
Priority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
Justin Carter
Justin CarterAffects versions
Priority
Created September 2, 2016 at 5:25 AM
Updated September 2, 2016 at 6:09 AM
Resolved September 2, 2016 at 6:09 AM
The CDN lib ioUploadFile() function is is modifying original filenames unnecessarily when they are in the "temp" location. It calls ioMoveFile with "makeunique", so any attempts to write to the same destination as the source file will result in a number being appended to the file name. This move (or rename) should only happen when the full source and destination paths are different.