Skip to content

Instantly share code, notes, and snippets.

@scuba323
Created November 12, 2018 13:27
Show Gist options
  • Save scuba323/68ce84935bf88d531f598c8abb4fef4b to your computer and use it in GitHub Desktop.
Save scuba323/68ce84935bf88d531f598c8abb4fef4b to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<body>
<form action="upload.php" method="post" enctype="multipart/form-data">
Select image to upload:
<input type="file" name="fileToUpload" id="fileToUpload">
<input type="submit" value="Upload Image" name="submit">
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment