femanager
femanager copied to clipboard
Uploading images to non-default fal-storage
I'm trying to get uploaded files to be stored into a file-storage different from fileadmin/ (to secure it with fal_securedownload).
Using a combined identifier like plugin.tx_femanager.settings.uploadFolder = 2:/profile_pictures/ does not work, probably because the code does not yet use the fal-storage api.
Are there plans on supporting that? Or is it possible to do this right now already?
I had a look into the code and submitted a pull reqest. see #75.