the Javascript FileReader
object supports an onerror
handler that gets called when there has been an error, but the event passed in is a ProgressEvent
and doesn't contain any details of the error.
How can I find out what actual error occurred?
the Javascript FileReader
object supports an onerror
handler that gets called when there has been an error, but the event passed in is a ProgressEvent
and doesn't contain any details of the error.
How can I find out what actual error occurred?