How do you limit seen in FILE UPLOADS window. So you can only see .txt or ed.jpg.
Sorry ME Speak GOOd. How Do You Only show certian files or file types when a user clicks the browse button and the file upload window opens?
I gave a quick glance to my O'reilly HTML book and there is a attribute for type=file called accept. It uses mime types.
<input type=file accept="image/*" ......>
I have never used it but thought I would point it out to you.