开发者

How do I select the 'Browse' button from a file input html element with jQuery?

I have a page that is themed with jQuery UI, but I can't find how to select the file upload 'Browse' button to theme it as well.

Is there a way to do this, or is this even po开发者_Python百科ssible?


I don't think thats possible.

The solutions that I know to work around this are some css hacking that puts another button on top of it, or you just hide the fileupload control and build one with a textbox and a button, calling the hidden one functions.

You can check a css solution here: http://www.quirksmode.org/dom/inputfile.html


There is no way to theme that Button. If you wan't a different style you have to implement the upload feature in a java applet or a Flash animation.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜