Hi,
I am using a form to upload some files to the server. Therefore i am using a <input="file"> button so that the user can browse their computer for the desired file.
At the moment the user has three choices of filter from the combo box to show specific file types when selecting their files.
These are: All Files(*.*), Picture (*.gif,*.jpg) and HTML (*.htm,*.html).
Is there a way to add more filters so that the user could select just *.doc and *.xls?
Thanks
I am using a form to upload some files to the server. Therefore i am using a <input="file"> button so that the user can browse their computer for the desired file.
At the moment the user has three choices of filter from the combo box to show specific file types when selecting their files.
These are: All Files(*.*), Picture (*.gif,*.jpg) and HTML (*.htm,*.html).
Is there a way to add more filters so that the user could select just *.doc and *.xls?
Thanks