an HTML5 File operating tool which could read from a File or Blob, or write data into a File. { type: 'text', 'buffer' or 'binaryString' encoding: encoding of the text, required if type is 'text' ...
##How it works: For older browsers that don't support the html5 file api, it gracefully degrades to the standard file input is rendered. Files are submitted like normal using multipart/form-data ...