Skip to content

Instantly share code, notes, and snippets.

@kureikei
Created December 11, 2016 07:41
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 kureikei/62f431ff023f88a267b1e10c516735a3 to your computer and use it in GitHub Desktop.
Save kureikei/62f431ff023f88a267b1e10c516735a3 to your computer and use it in GitHub Desktop.
<h1>プロ生ちゃんTシャツジェネレーター</h1>
<form action="./" method="POST" enctype="multipart/form-data">
<input type="file" name="file">
<input type="submit" value="画像ファイルをアップロードする">
</form>
<?php
if ($result) {
echo '<img src="' . $result .'" />';
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment