atom feed17 messages in ru.sysoev.nginxRe: nginx_uploadprogress_module v0.2
FromSent OnAttachments
Brice FigureauOct 3, 2007 8:49 am 
Ezra ZygmuntowiczOct 3, 2007 11:57 am 
Otto BretzOct 9, 2007 5:33 am 
Brice FigureauOct 9, 2007 6:46 am 
Brice FigureauOct 9, 2007 7:06 am.patch
Evan MillerOct 9, 2007 10:47 am 
Otto BretzOct 10, 2007 2:21 am 
Brice FigureauOct 10, 2007 6:14 am 
Otto BretzOct 11, 2007 4:55 am.zip
Brice FigureauOct 11, 2007 5:45 am 
Joerg DiekmannFeb 5, 2008 4:13 am 
Brice FigureauFeb 5, 2008 7:23 am 
Joerg DiekmannFeb 5, 2008 7:54 am 
Brice FigureauFeb 5, 2008 9:04 am 
Joerg DiekmannFeb 6, 2008 4:37 am 
Joerg DiekmannFeb 6, 2008 5:58 am 
Brice FigureauMay 6, 2008 2:38 am 
Subject:Re: nginx_uploadprogress_module v0.2
From:Brice Figureau (bric@public.gmane.org)
Date:Feb 5, 2008 7:23:16 am
List:ru.sysoev.nginx

Hi,

On Tue, 2008-02-05 at 13:14 +0100, Joerg Diekmann wrote:

Does this work for Internet Explorer?

When I do this in my FF:

http://www.mydomain.com/progress?X-Progress-ID=4a9d9c3264ccfabd2bce1aaf919cfbdd

I get back - as expexted - the following plain text:

new Object({ 'state' : 'starting' })

But, if I do this in Internet Explorer: I get back an error alert box saying:

Internet Explorer cannot download .... 9d9c3264ccfabd2bce1aaf919cfbdd from www.mydomain.com. Internet Explorer was not able to open this Internet site. The requested site is either unavailable or cannot be found. Please try again later.

When I look into my nginx log files, I can see that the request returned a 200 status.

Any ideas. Any manual overrides I need to perform on IE so that it works?

I think that's because the upload progress module is returning the response with a javascript mime-type. Internet Explorer which always tries to be smarter than everyone just says it can't do anything with it, and can't display it.

I don't think it's an issue if you just programmatically (I mean from javascript) try to access to the progress url.

I never tested the whole setup with IE, but if it doesn't work let me know, and I'll try to reproduce it and fix it (if necessary).

Thanks,