Project

General

Profile

Actions

Bug #106110

open

files not updated when uploading files with spaces in filename via backend upload, even when option "overwriting"

Added by Eric Rupp about 1 month ago. Updated 28 days ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2025-02-07
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
12
PHP Version:
8.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

When uploading a file with space in filename via backend upload, TYPO3 changes spaces in filename into underlines.
 When uploading a changed version with the same name (with spaces!), TYPO3 asks as normal if it should overwrite the filename and does so. However, the file is NOT updated then, it remains the same old version of the file.
e.g.
 "this is testfile.pdf" is changed into "this_is_testfile.pdf" and if I upload a changed version of this file with "this is testfile.pdf", the old version remains on server through the process of renaming it with underlines.

When I upload with the renamed filename "this_is_testfile.pdf", TYPO3 correctly overwrites the file on server. It just does not overwrite when it has to change spaces into underlines...
This is a problem for editors as they very often do not think of giving filenames without spaces in the name... And they are getting problems when trying to update but TYPO3 doesn't as it should.
I hope it is clear what I mean, not everybody understands the problem here...
This was in version 12 already and I assume it continues in 13, could not test it yet. But remains problem for many editors using 12.


Related issues 1 (1 open0 closed)

Related to TYPO3 Core - Bug #93972: Files with "+" in filename can't be replacedNew2021-04-22

Actions
Actions #1

Updated by Garvin Hicking about 1 month ago

  • Category set to File Abstraction Layer (FAL)
Actions #2

Updated by Georg Ringer about 1 month ago

  • Related to Bug #93972: Files with "+" in filename can't be replaced added
Actions #3

Updated by RVVN no-lastname-given 28 days ago

I can't reproduce it on 12.4.27

Actions

Also available in: Atom PDF