Skip to main content

Home/ Web 2.0 Tools/ Group items tagged Web2.0 pln

Rss Feed Group items tagged

Shady Samir

HTML5Rocks - Reading local files in JavaScript - 8 views

  • <input type="file" id="files" name="files[]" multiple /><output id="list"></output><script>  function handleFileSelect(evt) {    var files = evt.target.files; // FileList object    // files is a FileList of File objects. List some properties.    var output = [];    for (var i = 0, f; f = files[i]; i++) {      output.push('<li><strong>', f.name, '</strong> (', f.type || 'n/a', ') - ',                  f.size, ' bytes</li>');    }    document.getElementById('list').innerHTML = '<ul>' + output.join('') + '</ul>';  }  document.getElementById('files').addEventListener('change', handleFileSelect, false);</script>
LUCIAN DUMA

Top 10 #pln tools in 2011 used in #edtech20 #socialmedia #curation project voted on @c4lpt - 0 views

  •  
    I invite you also to comment and add your favorite tools in 2011  on our page :  on facebook   http://goo.gl/eTpsz and google plus http://goo.gl/VGoQO .                                                                               I invite you to join and collaborate in this free global  #edtech20 #socialmedia #curation project 
1 - 3 of 3
Showing 20 items per page