Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question
Please be more clear on what you need, this is not descriptive on what you need at all. Just tell us the problem, and what you actually want to happen. – Eduan Oct 6 '12 at 0:23

2 Answers

up vote 1 down vote accepted

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

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

share|improve this answer
This is very simple and works just how I wanted it to work... thank you very much – Pigalev Pavel Oct 6 '12 at 11:34

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.