Skip to content

Instantly share code, notes, and snippets.

@AbeIka
Created October 16, 2016 07:05
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 AbeIka/e6f8fdc7f7a2eff51f5d5a1fa699790b to your computer and use it in GitHub Desktop.
Save AbeIka/e6f8fdc7f7a2eff51f5d5a1fa699790b to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head><title>Amazon S3 Uploader</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body><h1>Amazon S3 Uploader</h1>
<form action="cgi-bin/upload.cgi" method="POST" enctype="multipart/form-data">
ファイル: <input name="file" type="file"><br>
<input name="submit" type="submit">
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment