[web2py] Re: plupload and web2py

2011-07-29 Thread nptaylo
Mr.freeze, I'm also trying to integrate plupload. I've got the javaScript working but I can't seem to connect in the controller to save off the image. Did you get that part solved? Nick On Jul 4, 11:14 am, "mr.freeze" wrote: > I just changed all references to the 'flash' class in those files

[web2py] Re: plupload and web2py

2011-07-04 Thread mr.freeze
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 wrote: > Notice that flash is only used in views/layout.html, views/ > web2py_a

[web2py] Re: plupload and web2py

2011-07-03 Thread Massimo Di Pierro
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" wrote: > I just spent the last hour tracking down a conflict between pl