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

后端 未结 4 635
死守一世寂寞
死守一世寂寞 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:20

    If it's only the upload button you want to style, why can't you use CSS? That should work across all browsers.

    If you put your code on jsFiddle, I can tell you more about what you can do.

提交回复
热议问题