Hi,

I'm trying to customize the image upload form. I'd like to remove the browse button, or put it a line below the text field, & change it from browse to "find".

Any ideas how this might be possible?

Thanks in advance!

-bgnm

Comments

quicksketch’s picture

See http://www.quirksmode.org/dom/inputfile.html

The "Browse..." button is a hard-coded part of the input type = 'file' HTML element. It's added by the browser (sometimes in completely different appearances) and FileField doesn't have any particular control over it.

quicksketch’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.