For some reason, my files in file uploads keep coming up with double backslashes, so instead of the file reading
d:\folder1\folder2\file.jpg
it's reading d:\folder1\folder2\file.jpg
ex:
Warning: Unable to open 'D:\Websites\artistan\rulian\artwork\bwclock.jpg' for reading: No such file or directory in /home/artistan/www/www/manage/submit.php on line 216
Error uploading the file
here is the code for the file upload
if (!copy($big, "$directoryb/$bigname"))
{ echo "Error uploading the file"; dodelete($id); }