I have an input field and browse button created by
<input type="file" ......
I want the only option for the user to be to browse through directories to get the file, I do not want them to be able to type directly into the box. I've tried readonly and disable, but as well as not permitting the user to enter text, this disables the browse button.
Any ideas? Thanks.
<input type="file" ......
I want the only option for the user to be to browse through directories to get the file, I do not want them to be able to type directly into the box. I've tried readonly and disable, but as well as not permitting the user to enter text, this disables the browse button.
Any ideas? Thanks.