ioUploadFile is modifying original filenames unnecessarily

Description

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.

Environment

None

Activity

Show:
Fixed

Details

Assignee

Reporter

Fix 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