Skip to content

Instantly share code, notes, and snippets.

@time-wcrp
Last active September 27, 2016 04:57
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 time-wcrp/91e9d79fa57a9eb084e0204f2bf62b15 to your computer and use it in GitHub Desktop.
Save time-wcrp/91e9d79fa57a9eb084e0204f2bf62b15 to your computer and use it in GitHub Desktop.
<?php
/**
* Version: 1-
* Reference: https://devreply.com/questions/show/14
* Date: 2016-08-28
*/
?>
<form action="upload.php" method="post" enctype="multipart/form-data">
<label>เลือกรูปภาพ</label><br>
<input name="images" type="file">
<hr>
<button type="submit">อัพโหลด</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment