I need to use the plain text to open a browse-window. When you click on some words (for example 'upload an image') browse-window shows up and you can choose an image you want to upload. But there should be no forms visible. Just plain text as a link that opens browse-window.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You can simply hide the file upload field and invoke it via JavaScript. Fiddle here: http://jsfiddle.net/kboucher/FhpnF/ |
|||
|
|
ppk wrote a nice walkthrouh called Styling an input type="file". |
|||
|
|