Forum OpenACS Development: file input type

Collapse
Posted by Anny Flores on
Hi,
I need to change the button that appears when you create an input type=file in html or ad_form, I want to replace the "Browse.." button for an image.

Does any one knows how to do it?

Thanks

Anny

Collapse
2: Re: file input type (response to 1)
Posted by Brian Fenton on
Hi Anny!

As far as I know, you can't do what you're trying to do without using something like ActiveX. However, you can have some control over the button style using what's described here:
http://www.quirksmode.org/dom/inputfile.html

all the best,
Brian