| From | Sent On | Attachments |
|---|---|---|
| Brice Figureau | Oct 3, 2007 8:49 am | |
| Ezra Zygmuntowicz | Oct 3, 2007 11:57 am | |
| Otto Bretz | Oct 9, 2007 5:33 am | |
| Brice Figureau | Oct 9, 2007 6:46 am | |
| Brice Figureau | Oct 9, 2007 7:06 am | .patch |
| Evan Miller | Oct 9, 2007 10:47 am | |
| Otto Bretz | Oct 10, 2007 2:21 am | |
| Brice Figureau | Oct 10, 2007 6:14 am | |
| Otto Bretz | Oct 11, 2007 4:55 am | .zip |
| Brice Figureau | Oct 11, 2007 5:45 am | |
| Joerg Diekmann | Feb 5, 2008 4:13 am | |
| Brice Figureau | Feb 5, 2008 7:23 am | |
| Joerg Diekmann | Feb 5, 2008 7:54 am | |
| Brice Figureau | Feb 5, 2008 9:04 am | |
| Joerg Diekmann | Feb 6, 2008 4:37 am | |
| Joerg Diekmann | Feb 6, 2008 5:58 am | |
| Brice Figureau | May 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,
-- Brice Figureau <brice+ngin...@public.gmane.org>






.patch