Last active
February 6, 2018 08:22
-
-
Save malikkurosaki/cf7465734d7634d3bdb8db4a3d181a1f to your computer and use it in GitHub Desktop.
change default file chooser
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
<form id="form" method="post" action="upload.php" enctype="multipart/form-data" > | |
<label for="pilih" class="w3-button w3-teal w3-padding">pilih</label> | |
<img id="showimage" class="w3-col s4 "> | |
<input id="pilih" type="file" name="up" class="w3-hide" > | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment