0

Possible Duplicate:
How to hide text field in Html File Upload

Hi!Is it possible to hide the input-file path keeping just the browse button?

thanks

Luca

Community
  • 1
  • 1
luca
  • 36,606
  • 27
  • 86
  • 125

1 Answers1

0

Unfortunately the file input isn't style-able, and it shows differently in each browser. So any solutions are sort of hacky, to say the least.

One solution is to place an image behind the input, and setting it's opacity to 0. See here for the tutorial that I follow.

Josh
  • 1,794
  • 3
  • 17
  • 31