Hi
I'm quite new to PHP
I've used the following code and it works:
move_uploaded_file($FILES["file"]["tmp_name"], "d:\hosting\adrimus\kotn\image\comic\" . $FILES["file"]["name"]);
this doesn't work, its exactly the same but the directory is slightly different:
move_uploaded_file($FILES["file"]["tmp_name"], "d:\hosting\adrimus\kotn\flash\banner\" . $FILES["file"]["name"]);
Theres no error message, is there a way to display if there is an error? I've attached a txt with the whole code.