Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <script src="https://code.jquery.com/jquery-3.1.0.js"></script>
  <script type="text/javascript" src="http://rawgit.com/markusslima/bootstrap-filestyle/master/src/bootstrap-filestyle.min.js"> </script>
</head>
<body>
  <form class="form" method="post" action="upload.php">
    <div class="form-group email">
      <!-- <label class="sr-only" for="email">Email</label> -->
      <input name="f_email" id="email" type="email" class="form-control" placeholder="Email:">
    </div>
    <div class="form-group file">
      <!-- <label class="sr-only" for="file">File</label> -->
      <input type="file" class="filestyle" onclick="window.open('http://www.google.com','mywin','width=500,height=500');" data-buttonText="" data-buttonBefore="true" data-placeholder="Click to choose file:">
    </div>
    <button type="submit">Upload</button>
  </form>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
chengtiepro
0viewers