nginx_uploadprogress_module v0.2

Brice Figureau brice+nginx at daysofwonder.com
Tue Feb 5 18:23:39 MSK 2008


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,
-- 
Brice Figureau <brice+nginx at daysofwonder.com>






More information about the nginx mailing list