Created
August 31, 2016 14:18
-
-
Save chihebnabil/50f6ec0ee9c5f16b37e5c6df03417862 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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