Skip to content

Instantly share code, notes, and snippets.

@chihebnabil
Created August 31, 2016 14:18
Show Gist options
  • Select an option

  • Save chihebnabil/50f6ec0ee9c5f16b37e5c6df03417862 to your computer and use it in GitHub Desktop.

Select an option

Save chihebnabil/50f6ec0ee9c5f16b37e5c6df03417862 to your computer and use it in GitHub Desktop.
<form id="my_form" method="post" action="upload.php" enctype="multipart/form-data">
<input type="text" name="title">
<textarea name="content"></textarea>
<input type="file" name="image" accept="image/*">
<button type="submit">OK</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment