[web2py] Re: Problem with response.files.append

2010-05-25 Thread Benigno
Any news on this?. I am on 1.78.3 and tried it too on 1.78.2 on a Mac OSX with Firefox and I am having the same trouble. The response.file.append doesnt seem to appear. I have also tried with 1.76.5 with the same result. What is suggested to do as a work around?. On the other hand, any place

[web2py] Re: Problem with response.files.append

2010-05-25 Thread Benigno
Never mind me, I had a much older version of web2py_ajax.html having copied from an older application that didnt include the responses. Cheers, Benigno. On May 25, 1:45 pm, Benigno bca...@albendas.com wrote: Any news on this?.  I am on 1.78.3 and tried it too on 1.78.2 on a Mac OSX with

[web2py] Re: Problem with response.files.append

2010-05-17 Thread Miguel Lopes
Correction and extra data: Fails on Windows XP with 1.78.2 with SSL enabled, Works on the same setting with 1.77.3 SSL off. On Mon, May 17, 2010 at 7:12 PM, Miguel Lopes mig.e.lo...@gmail.com wrote: I have an app running smoothly on OSX that fails on Windows XP. I've traced the cause to the

[web2py] Re: Problem with response.files.append

2010-05-17 Thread mdipierro
How does it fail? On May 17, 1:29 pm, Miguel Lopes mig.e.lo...@gmail.com wrote: Correction and extra data: Fails on Windows XP with 1.78.2 with SSL enabled, Works on the same setting with 1.77.3 SSL off. On Mon, May 17, 2010 at 7:12 PM, Miguel Lopes mig.e.lo...@gmail.com wrote: I have an

Re: [web2py] Re: Problem with response.files.append

2010-05-17 Thread Miguel Lopes
The net effect is that response.files.append seems to be ignored. The client receives the page but the appended files are missing. On Mon, May 17, 2010 at 7:38 PM, mdipierro mdipie...@cs.depaul.edu wrote: How does it fail? On May 17, 1:29 pm, Miguel Lopes mig.e.lo...@gmail.com wrote:

[web2py] Re: Problem with response.files.append

2010-05-17 Thread mdipierro
Summarizing. It always works exept when you run 1.78.x over SSL on XP. Didd you check if 1.78.x works without SSL and if it works on other platform (Mac, Linux)? Did you check different browsers (although this does not look like a browser problem)? Massimo On May 17, 1:43 pm, Miguel Lopes

Re: [web2py] Re: Problem with response.files.append

2010-05-17 Thread Miguel Lopes
OK WinXP (client and server - LAN) client IE 6, server: web2py 1.78.2 with SSL - fails client Firefox 3.6.3, server: web2py 1.78.2 with SSL - fails client IE 6, server: web2py 1.77.3 no SSL - works client Firefox 3.6.3, server: web2py 1.77.3 no SSL - works OSX (client and

[web2py] Re: Problem with response.files.append

2010-05-17 Thread mdipierro
I suspect the 1.77.3 version you have OSX and the one you have on Windows are not exactly the same (one may be trunk and one stable). Anyway there is definitely a problem with 1.78.x. It seems to ignore code preceding {{extend ''}}. Massimo On May 17, 2:16 pm, Miguel Lopes