I need to make two upload forms... one that will upload Music files such as MP3 and WAV, and one that will upload Image files, JPG, GIF, BMP, PNG, etc.
Now I've made upload forms in the past by having the user pick the file, then uploading to a temp directort and checking the type to see if it's right, I'm wondering if there is any way to control the file types you can select in the browse box?
Can I make it so that the box the user chooses their file from shows those limited file types, instead of ". All Files"?
Might be more of a JS or HTML thing than PHP, but does anyone know?