Skip to content

Instantly share code, notes, and snippets.

@speratus
Last active January 20, 2020 19:09
Show Gist options
  • Save speratus/c83fe1d6cf9c74c6bb040e1b9a9cb2fe to your computer and use it in GitHub Desktop.
Save speratus/c83fe1d6cf9c74c6bb040e1b9a9cb2fe to your computer and use it in GitHub Desktop.
A form that could be used in uploading a file to an API
<form id='form'>
<label for="name">Name:</label>
<input type="text" name="name" placeholder="Please enter a name">
<label for='avatar'>Image:</label>
<input type="file" name="avatar">
<input type="submit" value="Submit new User">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment