Actions
Bug #106199
opendirect upload only possible for filemount on "user_upload"
Status:
Needs Feedback
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2025-02-18
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Maybe it's not a bug - however:
I would like to create filemounts based on backend users, each with a different directory so that one user cannot interfere with the files of another backend user.
But when I do use a custom directory the button for directly uploading files is not visible - this only seems to work with the directory "user_upload".
Or did I overlook something here?
Updated by Garvin Hicking 25 days ago
- Category set to File Abstraction Layer (FAL)
- Status changed from New to Needs Feedback
For this you would use user TSconfig to change the TCA of each column with a file relation, where you want to point to the user's directory instead of a 'user_upload' default, I think.
Updated by Michael Perlbach 25 days ago
Thanks for the hint - I will give it a try.
Actions