I did coding for file upload in asp.net
and validating a file extension (only png)
If user renames the file (before upload) from other to png (like pdf to png) then that file will valid as png because I just validate extension.
Is there any 3rd party API or service to validate file extension with valid content?
Thanks in advance