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.
Asked
Active
Viewed 84 times
0
-
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. – greduan Oct 06 '12 at 00:23
-
http://stackoverflow.com/questions/5813344/how-to-customize-html-input-type-file – VictorKilo Oct 06 '12 at 00:29
2 Answers
1
You can simply hide the file upload field and invoke it via JavaScript.
Fiddle here: http://jsfiddle.net/kboucher/FhpnF/

Kevin Boucher
- 16,426
- 3
- 48
- 55
-
This is very simple and works just how I wanted it to work... thank you very much – Pigalev Pavel Oct 06 '12 at 11:34