Monday 9 December 2013

HTML5 FileReader api

HTML5  FileReader api

FileReader

Event fired:               . 
  onload << fired after  reading all file content into the memory.
  onprogress << file reading progress
  onabort << If file reading is aborted
  onerror << problem reading file. Errors could be : File not found, readable error, and file reading aborted