Please choose a file: "; $ok=0; } //Here we check that $ok was not set to 0 by an error if ($ok==0) { Echo "Sorry your file was not uploaded"; } //If everything is ok we try to upload it else { if(move_uploaded_file($_FILES['uploaded']['tmp_name'], $target)) { echo "The file ". basename( $_FILES['uploadedfile']['name']). " has been uploaded."; } } ?> After clicking upload, please wait until you receive confirmation before exiting window. If the file is large, this may take several minutes.
Click here to browse the web server: