[web2py] Re: plugin from dev.s-cubism.com question

2012-05-05 Thread CtrlSoft
On Saturday, May 5, 2012 2:40:52 PM UTC+3, kenji4569 wrote: > > I think so, but I don't have any clue for this session problem.. > > 2012年5月5日土曜日 19時58分19秒 UTC+9 CtrlSoft: >> >> on localhost works fine beacause, it is using the same session, but on >> server, when i acces page app creates one se

[web2py] Re: plugin from dev.s-cubism.com question

2012-05-05 Thread kenji4569
I think so, but I don't have any clue for this session problem.. 2012年5月5日土曜日 19時58分19秒 UTC+9 CtrlSoft: > > on localhost works fine beacause, it is using the same session, but on > server, when i acces page app creates one session and when i submit the > upload form it creates another one sessio

[web2py] Re: plugin from dev.s-cubism.com question

2012-05-05 Thread CtrlSoft
on localhost works fine beacause, it is using the same session, but on server, when i acces page app creates one session and when i submit the upload form it creates another one session, i think the problem is that there is different sessions. app remember previous session but form pass another

[web2py] Re: plugin from dev.s-cubism.com question

2012-05-05 Thread kenji4569
The direct submit command "$('.dialog-front').find('form').submit()" still produces the same result. So the problem might be not the uploadify widget but the form processing it self. Could you debug inside the form.accepts method and check its passed variables such as request.vars and session.

[web2py] Re: plugin from dev.s-cubism.com question

2012-05-05 Thread CtrlSoft
u can check above links, still not solved problem

[web2py] Re: plugin from dev.s-cubism.com question

2012-05-05 Thread CtrlSoft
this is my online version > http://agsystem.md/upload/plugin_elrte_widget/index >> >> > local host version can be accesed here: http://89.28.110.232:8100/upload/plugin_elrte_widget/index is the same application

[web2py] Re: plugin from dev.s-cubism.com question

2012-05-04 Thread kenji4569
I'm sorry I couldn't guess what's happened inside. At least for me, I haven't encountered that problem. Could you inspect more details for that (by such as pdb debugger). The process of the uploadify plugin is as follows. First the client uploads a file via ajax using a flash and the server sav