Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</title>
<!--[if IE]>
  <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style>
  article, aside, figure, footer, header, hgroup, 
  menu, nav, section { display: block; }
</style>
</head>
<body>
  <input type="button" name="brw" id="brw" onClick="img.click()" />
  <input id="img" name="img" type="file" value="" style="visibility: hidden;" onChange="txtFilename.value = this.value;" />
<input type="text" name="txtFilename" id="txtFilename" disabled="disabled" />
</body>
</html>
 
var img, txtFilename;
window.onload = function(){
  img = document.getElementById('img');
  txtFilename = document.getElementById('txtFilename');
};
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers