adonespitogo / angular-base64-upload

Converts files from file input into base64 encoded models.
283 stars 121 forks source link

File is valid when exceeding maxsize with do-not-parse-if-oversize #107

Open kling90 opened 7 years ago

kling90 commented 7 years ago

Hi! First of all, great library!

But since upgrading from 0.1.19 to 0.1.22 a file with a size that exceeds the maxsize property is validated as valid when "do-not-parse-if-oversize" is turned on. If I turn off "do-not-parse-if-oversize" it works as intended.

lamaral commented 7 years ago

I can confirm this bug on 0.1.23.