I have a problem with the upload directory:
the path should be
$uploaddir = 'F:\inetpub\CLIENTI PRIVATI\website.com';
and
$newfile = $uploaddir . "\" . "$final_filename2";
but obviously the \ is causing problems in the the second line. I tried to add it after the website.com, but then the parsing is no longer correct.
how can I add \ without it makes the code no longer work?
thanks.