Click to See Complete Forum and Search --> : File form Element?


said_fox
04-17-2003, 06:36 PM
Hi,
How can I change the apperence of the file form element?
i.e I need to change the the value of its button from Brows to any thing else, the size of this button and the width of its text field.

<input type="file">

Also,
How can I open a browsing file box with out using the file form element?
:confused: :confused: :confused:

khalidali63
04-17-2003, 06:49 PM
As far as I know you can not do that.Its the default value that browser sets for it.
There may be otherways around it though.

DrDaMour
04-17-2003, 08:24 PM
http://developer.netscape.com/docs/manuals/js/client/jsref/fileup.htm

you'll see that it doesn't support that.