Skip to content

Instantly share code, notes, and snippets.

@a10k
Created February 16, 2021 06:11
Show Gist options
  • Save a10k/c3d3dde1deb94674cc92c55c06ffb849 to your computer and use it in GitHub Desktop.
Save a10k/c3d3dde1deb94674cc92c55c06ffb849 to your computer and use it in GitHub Desktop.
clipboard
<! DOCTYPE html>
<html>
<body>
<form action="http://localhost:8000/UPLOAD" method="post" enctype="multipart/form-data">
<input type="file" name="word" id="word" />
<input type="file" name="template" id="template" />
<input type="submit" value="Upload files" name="submit" />
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment