Click to See Complete Forum and Search --> : control input type="file"


lilw
06-29-2007, 02:47 PM
Could anyone please tell me if there is a way to have the input element
<input type="file" name="somename"> without getting the box where the file path gets shown. I want the popup window and the "brows" button, just would prefer not to show the text field next to it.
Thanks in advance.

felgall
06-29-2007, 03:07 PM
No. That field has the greatest restrictions due to the extreme potential for security breaches that any reduction in those restrictions would cause.

lilw
06-29-2007, 03:34 PM
Thanks a lot, I would've spent a lot of time attempting to get rid of the text field. But how about masking it? Is there any way to simply hide it?