how can I make a text in html block some fonts?

I have a html form that lets the user upload a picture, and then a php file that will upload te image. The user can type what the image will be on the server. But i noticed that if it uses a font not allowed (such as "\") it will not upload the file.I want to know either a html or PHP script to block them fonts.
 
Back
Top