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
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
Comment #1
quicksketchSee 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.
Comment #2
quicksketch