In my last column, I discussed HTML5 support for offline storage and caching through the use of LocalStorage and SessionStorage. Continuing with the HTML5 focus, I want to investigate the new ...
Because the component is built on Polymer, you should add the script in your page ...
function browseclick(){ var fileinput = document.getElementById("browse"); // use input file id here fileinput.click(); } function handlechange() { var fileinput ...