Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道有 buttonClass 但不允许显示图像?基本上我想使用图像作为按钮,而不是使用 buttonText 生成的图像。我知道在上传中有一个 buttonImg 属性。我想知道是否有任何东西可以在uploadifive 中做同样的事情?
在uploadifive.css文件中,您需要使用以下属性编辑uploadify-button类:
background-color: transparent; background-image: url('path/to/your/image');
或者您可以定义自己的 buttonClass 并引用它。