You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release 12.0.4 doesn't have such issue.
If I upload file with size greater than is described in ngf-max-size, then undefined is passed, not the proper File object. And the error occurs (TypeError: Cannot read property 'length' of undefined - taken from your demo), which makes impossible to use the ng-file-upload without reloading the page.
Tested on Chrome, Firefox.
Update.
Seems, that this issues is connected with whole validation, no only the ngf-max-size.
The text was updated successfully, but these errors were encountered:
Release 12.0.4 doesn't have such issue.
If I upload file with size greater than is described in
ngf-max-size
, thenundefined
is passed, not the proper File object. And the error occurs (TypeError: Cannot read property 'length' of undefined
- taken from your demo), which makes impossible to use theng-file-upload
without reloading the page.Tested on Chrome, Firefox.
Update.
Seems, that this issues is connected with whole validation, no only the
ngf-max-size
.The text was updated successfully, but these errors were encountered: