I just changed all references to the 'flash' class in those files and base.css to 'web2py_flash' to make it unique. Wasn't sure if you wanted a patch since the change was so small.
On Jul 3, 9:12 pm, Massimo Di Pierro <[email protected]> wrote: > Notice that flash is only used in views/layout.html, views/ > web2py_ajax.html and static/js/web2py_ajax.js > You can replace class "flash" it with class "web2py-ajax" and it > should fix the problem. > > On Jul 3, 9:04 pm, "mr.freeze" <[email protected]> wrote: > > > > > > > > > I just spent the last hour tracking down a conflict between plupload > > and web2py. Long story short: plupload.flash.js tags a div with a > > secondary class 'flash' which web2py hides inadvertently in base.css, > > thereby disabling the flash functionality of plupload. Just wanted to > > document this in case it helps someone and also recommend that the > > web2py 'flash' div be renamed to web2py_flash.

