Re: Changing the thext of "Browse Button"

> > Anyone has any idea how to change the text "Browse..."
> 
> There is no provision for styling subparts of the file upload control in
> the CSS standard because there is no standard for how a file upload control
> behaves: there may well not be a Browse button at all. And there is no way
> to style the subparts of the control in any of today's popular browsers.

In addition to that, there is the security consideration that under no
circumstances must it be possible to trick the user into thinking that a
file upload control is not a file upload control (since said control
allows the page to send content from the user's hard drive to the
server).

You don't really want to accidentally upload /etc/passwd, you know.

Boris
-- 
Under the most rigorously controlled conditions of pressure,
temperature, volume, humidity, and other variables, the
organism will do as it damn well pleases.

Received on Thursday, 5 September 2002 23:20:47 UTC