A file input button for all browsers, is this possible?

后端 未结 4 631
死守一世寂寞
死守一世寂寞 2020-12-02 13:42

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

4条回答
  •  时光取名叫无心
    2020-12-02 14:28

    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/

提交回复
热议问题