Reputation: 1185
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.
Upvotes: 0
Views: 85
Reputation: 16685
You can simply hide the file upload field and invoke it via JavaScript.
Fiddle here: http://jsfiddle.net/kboucher/FhpnF/
Upvotes: 1
Reputation: 20601
ppk wrote a nice walkthrouh called Styling an input type="file".
Upvotes: 1