HTML: Form upload, only allow PNG, GIF & JPG -


I have uploaded a form file. When users go to upload an image, then it will upload all the files Displays how can I create the HTML upload dialog window to display only JPG, GIF and PNG?

File Upload The dialog in the web browser is out of your control. You can create Java applets to upload images, such as Facebook did.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -