The Source:
if (!@copy$input_file,$write_dir.$input_file_name)) {
printf("\n<b>Error:</b><p>!@copy$input_file,$write_dir$input_file_name)");
printf("\n<b>Something barfed, check the path to and ".
"the permissions for the upload directory</b>");
};
produces the following errors:
Error:
!@copy(\php2,c:/tmp/Kran.jpg) Something barfed, check the path to and the permissions for the upload directory
and i dont know why!
i use win98,mysql,php4
thx a lot!
yann