ok I made a script that let's you upload an image.
on a linux server it works:
// Change $doc_directory to your DocumentRoot.
$doc_directory = "/my site/www";
now I use this script on a winodws server and it doesn't work! I changed the path to how it should be and how it is shown in the error page:
// Change $doc_directory to your DocumentRoot.
$doc_directory = "F:\inetpub\CLIENTI PRIVATI\mysite";
any ideas or tips what could be wrong??
to me it seems weird thatn on the linux server everyting is / and on windows it's \, could this be the reasons that it's not working?