How can I apply .css changing to "SWFUpload v1.0.2 Plugin"?

vasylk's picture

I have used "SWFUpload v1.0.2 Plugin" in my ASP.Net, C# application.
When I change some item of "swfupload.v102.theme.css", for example: I replace "background: url(swfupload.v102.add.png) no-repeat 0 0px;"
on another img., but nothing happend with my SWFUpload designe. What is the problem of it? (I have chacked - it is there).

gyphie's picture

New Demo

You should download the new v2.1.0 demos. The design has been changed to do just what you are trying to do.

The plugin changes haven't been included in v2.1.0-Core

In the previous plugin the styles were generated by the JavaScript instead of using the CSS. You'd have to modify the JavaScript. But, like I said, it has been changed to use the CSS in the latest demos.