Skip to content

Instantly share code, notes, and snippets.

@ugeugeHigh
Created February 10, 2019 01:27
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 ugeugeHigh/1fd74e8e245972d0e2f58e46289b1e85 to your computer and use it in GitHub Desktop.
Save ugeugeHigh/1fd74e8e245972d0e2f58e46289b1e85 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
</head>
<body>
<form action="test.php" method="post" enctype="multipart/form-data">
<dl>
<dt>動画・写真</dt>
<dd>
<input name="my_img" type="file" id="my_img" size="50" />
</dd>
</dl>
<dd>
<input type="submit" value="送信する" />
</dd>
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment