I need a <button> element, on which one clicks would trigger a file browsing (ie. the click event of <input type="file">). Is there a way to achieve that without affecting the look of the button?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|||||||||||
|
|
You can manually trigger the click event on the file input.
Example: http://jsfiddle.net/UxFM4/2/ |
|||||||||||
|
|
Instead of relying on css/html hacks, you can just style the input to match the one as the button. The Fiddle to crop to make it button only and hide the path, (with css you can style it) Chrome only for this one. |
|||||||||||
|