How to validate input file upload using angular 15 if a user has changed the extension of some malicious file.
I am trying to implement “file-type”, but I am unable to do so with Angular and also tried to check MIME type but that is also not working.
1