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

File Reader - add maxsize and minsize parameters #4

Open bgrins opened 13 years ago

bgrins commented 13 years ago

This would make it less likely to have to hook into the beforestart event, and would be an easy thing to declare. I guess the value would be in bytes - if there is an easy, reliable way to parse file size strings though ("1MB"), that could be nice too.