Created
February 16, 2021 06:11
-
-
Save a10k/c3d3dde1deb94674cc92c55c06ffb849 to your computer and use it in GitHub Desktop.
clipboard
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
<! 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