I have the following piece of code:
<INPUT size ="50" type="FILE" name="DocImage" accept="image/*">
Sometimes the user enters his/her comments inside this field instead of clicking on a button to browse for the image. This creates an error.
I would like to make it readonly but if I do the file dialog box does not open.
Any ideas?
rsshetty.
It's always in the details.
<INPUT size ="50" type="FILE" name="DocImage" accept="image/*">
Sometimes the user enters his/her comments inside this field instead of clicking on a button to browse for the image. This creates an error.
I would like to make it readonly but if I do the file dialog box does not open.
Any ideas?
rsshetty.
It's always in the details.