I’m coming from CodeIgniter and there we have the upload preference
$config['encrypt_name'] = TRUE;so the file name will be converted to a random encrypted string.
Now I want to do the same with EE and the file manager that the file name will be converted to a random name, but at the moment so far I know that’s not possible right, or is there a other solution?