[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 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 session? it is right? 
>
>
this problem is only in Chrome, IE,Firefox,Opera everything works fine. 


[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 session, i think the problem is that 
> there is different sessions. app remember previous session but form pass 
> another session? it is right? 



[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 session? it is right? 

[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.

2012年5月5日土曜日 16時24分27秒 UTC+9 CtrlSoft:
>
> u can check above links, still not solved problem



[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 saves the file and returns the new filename of the file. Then, the 
client post the new filename with other filed values.

Regards,
Kenji


2012年5月4日金曜日 19時02分55秒 UTC+9 CtrlSoft:
>
> hi i installed this plugin from dev.s-cubism.com
> http://dev.s-cubism.com/plugin_elrte_widget 
>
> i have a problem with upload/list uploaded files
> on local host works fine, but when i upload it to server, upload is done, 
> but the uploaded file is not listing/appear in dialog 
> anybody  used it? to give me some suggetsions. thx in advance 
>
>