Actions
Bug #46604
closedFAL: Default upload folder should be user_upload/, not _temp_/
Status:
Closed
Priority:
Should have
Assignee:
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2013-03-23
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The default folder in FAL is set to temp. However, temp should
be used for temporary files like import/export t3d files, not uploads
by the user.
In 99% of the use case, the uploaded files should be accessible
by the frontend (which temp isn't because of a .htaccess file).
That's why the fileadmin/user_upload/ should always be created in
the install tool, AND the user_upload file should be the default folder
for the local driver.
Actions