Style of input=File as a button

前端 未结 5 2090
南旧
南旧 2021-01-19 22:11

I\'m trying to put some style in the input=file aka uploader and I\'m having a hard time with it, is there some NON FLASH solution (maybe jquery or even plain javascript)?

5条回答
  •  萌比男神i
    2021-01-19 22:48

    It's doable, but not that easy. You need to mimic the file input with a normal input element/button and overlay the original file input with it. Long story short: http://www.quirksmode.org/dom/inputfile.html There are jQuery plugins for this, like this one.

提交回复
热议问题