I have taken the code from and tested it on my web host ("File is valid, and was successfully uploaded.")However, when I check the "upload" directory seen below the file is not there?
Mark
Code:
$uploaddir = 'e:\domains\s\mydomain.co.uk\user\htdocs\upload';
$uploadfile = $uploaddir . basename($_FILES['userfile']['name']);
Mark