adamsoderqvist
Programmer
Hi everyone
Have a browser dialog box, using:
<input type=file name=file1>
Now, I want to filetr it so that only pictures are avaliable to pick. I've tried this:
<input type=file name=file1 style="FILTER: *.gif; *.jpg;">
but with no luck.
Any suggestions..?
/
Have a browser dialog box, using:
<input type=file name=file1>
Now, I want to filetr it so that only pictures are avaliable to pick. I've tried this:
<input type=file name=file1 style="FILTER: *.gif; *.jpg;">
but with no luck.
Any suggestions..?
/