vote up 0 vote down star

How does one style a form input field of type 'file' for Safari/Chrome and other Webkit based browsers?

Right now, all i get is the 'Choose File' button displayed on top of the usual text type box.

I've looked around a bit on Google, but havent really seen anything helpful

any help?

flag
I've actually found what works. I had another legacy css rule interact with my new form that triggered a box to be displayed around the input. Thanks for your quick answers though, it pointed me in the right direction. Cheers! – mrcrud Jun 11 at 22:01

2 Answers

vote up 0 vote down

There are no browsers that implement a good html file upload control. The best way to ensure cross-browser styling on a file upload control is to use a Silverlight or Flash control.

link|flag
vote up 0 vote down

I don't believe that you can. Apple only recently decided to enable styling of their form controls. They believe that it's harder to find buttons and inputs when they don't look like buttons an inputs - so they might not let you style their file upload inputs yet.

I'm around 90% sure you can't do it.

link|flag
Actually, i don't mind the Apple button itself. I just want to prevent the box from appearing underneath the button. – mrcrud Jun 11 at 21:41

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.