Path : /home/dent/public_html/demoimages/ |
Current File : /home/dent/public_html/demoimages/form.php |
<form action="uploaded.php" enctype="multipart/form-data" method="post" > Select a file to upload: <input type="file" name="myfile"> <br> filename: <input type="text" name="thefile"> <br> <input type="submit"> </form>