Is it possible to use uploadify to allow any user to select a file from the file dialogue and insert it into the file input element of a form? I only need t
The simple way to use a "label" tag and "for" property. Like this http://jsfiddle.net/Txrs6/ but in this case we don't see a chosen file. CODE
Выбрать...`
Another way with js http://jsfiddle.net/PZ5Ep/