Support General Change Destination Of Custom File Upload Field Type Reply To: Change Destination Of Custom File Upload Field Type

#13181
Anh TranAnh Tran
Keymaster

I think it works. The upload_dir accepts a string, which is a full path to the upload folder. So you might set it to something like 'upload_dir' => your_function(), e.g., the result of the function.