bgrins / filereader.js

A lightweight wrapper for the JavaScript FileReader interface
http://bgrins.github.com/filereader.js/
MIT License
413 stars 86 forks source link

Add to pass the original event to FileReader. #11

Closed WayneSan closed 11 years ago

WayneSan commented 11 years ago

The original event might be required. For example, it's needed to get the MouseEvent's target to know which element that files was dropped onto.

WayneSan commented 11 years ago

Hi Brian, I've added these too. And also update the minimized file. :)

bgrins commented 11 years ago

Thanks!