Last active
September 27, 2016 04:57
-
-
Save time-wcrp/91e9d79fa57a9eb084e0204f2bf62b15 to your computer and use it in GitHub Desktop.
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
<?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