Hello! 🙂
I do have this which is working fine.
$uploaddir = '/home/httpd/vhosts/domain.com/httpdocs/uploads/';
Now I am making so the user can upload in different folders( Film1, Film2, Film3 etc)
So there will be a variable, example: $folder="Film3"
How can I make
$uploaddir = '/home/httpd/vhosts/domain.com/httpdocs/uploads/';
+
$folder
( The folders are already existing, I am just looking for the upload path)
Thanks,