I have seen the accept="images/png, videos/*" something like that, but it just take the images videos audios and some stuff, how can i exclude those dangerous file extensions like .EXE .COM .DOCM .scr .hta and more...
please help me im newbie here
I have seen the accept="images/png, videos/*" something like that, but it just take the images videos audios and some stuff, how can i exclude those dangerous file extensions like .EXE .COM .DOCM .scr .hta and more...
please help me im newbie here
You cannot restrict input files with html. This can only be done on server side. accept value is can easily be modified on client side.