Skip to content

Instantly share code, notes, and snippets.

@malikkurosaki
Last active February 6, 2018 08:22
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 malikkurosaki/cf7465734d7634d3bdb8db4a3d181a1f to your computer and use it in GitHub Desktop.
Save malikkurosaki/cf7465734d7634d3bdb8db4a3d181a1f to your computer and use it in GitHub Desktop.
change default file chooser
<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