Pigalev Pavel
Pigalev Pavel

Reputation: 1185

Text-link instead of browse form

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

Answers (2)

Kevin Boucher
Kevin Boucher

Reputation: 16685

You can simply hide the file upload field and invoke it via JavaScript.

Fiddle here: http://jsfiddle.net/kboucher/FhpnF/

Upvotes: 1

chelmertz
chelmertz

Reputation: 20601

ppk wrote a nice walkthrouh called Styling an input type="file".

Upvotes: 1

Related Questions