• The html5 upload API

      Wed 04 Jan 2012

      HTML5 logo

      One of the great things that’s the new to HTML specification for Mozilla it’s the new way to access files and handle upload. Now you have access to basic file information, that it wasn’t possible before with native implementation, cause you just had access to file after the user post the form data. Now the [...]