Project

General

Profile

Actions

Bug #80084

closed

BE fileupload check for already existing filename fails

Added by Preben Rather Sørensen about 7 years ago. Updated about 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2017-03-01
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Case:
Under upload, the check for already existing filename fails.

Reproduce:
A file named “rødgrød_med_fløde.jpg’ already exists. And server is running [SYS][UTF8filesystem] = 1.

  • Change [SYS][UTF8filesystem] from '1' to '0'
  • Upload a new file 'rødgrød_med_fløde.jpg'
    • to overwrite the already existing file 'rødgrød_med_fløde.jpg'
    • ... or to replace the already existing file ‘rødgrød_med_fløde.jpg'

Expected result:
I expect the warning '...file already exists...' and options to either cancel, rename or overwrite

Actual result:
The file uploads to server with the name 'roedgroed_med_floede.jpg' as a new file in sys_file and storage and co-exists with 'rødgrød_med_fløde.jpg'

Actions

Also available in: Atom PDF