Create an Upload-File Form


SUBMITTED BY: Guest

DATE: Oct. 7, 2014, 12:37 p.m.

FORMAT: Text only

SIZE: 301 Bytes

HITS: 1496

  1. <html>
  2. <body>
  3. <form action="upload_file.php" method="post"
  4. enctype="multipart/form-data">
  5. <label for="file">Filename:</label>
  6. <input type="file" name="file" id="file"><br>
  7. <input type="submit" name="submit" value="Submit">
  8. </form>
  9. </body>
  10. </html>

comments powered by Disqus