News

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community. Issues are used to track todos, bugs, feature requests, and more.
Here is the example to validate the file extension and size before upload. Regular expression has been used to validate the file extension. And to validate file size, we use size property of file ...
Validation for file extension : to restrict user from uploading exe file, Validation for file size : to restrict users from uploading files of large size. And to do that we can use client side ...
Use to enable or disable file type validation. sizeValidation: boolean: true: Use to enable or disable file size validation. extValidationMsg: string: File extension not supported! Use string to ...