I understand what you're saying, but I disagree. I know it's not my browser because every tool that I've used to check whether it's requesting compressed content reports that it indeed is. I've also checked Firefox with the same results.
I know it's not my ISP because of the same thing I said above, how would those pages know I was requesting compressed content if it was being blocked by my ISP? Also, I can view other pages using this method, such as this one here:
http://www.johnboy.com/php-upload-progress-bar/
Works just fine in both IE (my main browser) and Firefox.
Also, my host tells me that gzip is disabled for this domain, so do all the tools I've used to check.
That leaves php, which brings me back to the question I've asked multiple times now. Could this have something to do with PHP's own gzip capabilities and how would I test it? How can I disable php's gzip and try this page without it?
I just used this page:
http://www.port80software.com/products/httpzip/
To check the compression on my site. It turns out that while the root domain is indeed uncompressed, php pages are still being compressed. I checked with http://halo3shots.infectionist.com and it showed uncompressed, but when I checked http://halo3shots.infectionist.com/progress.php (the page I'm using to test the progress bar) it showed compressed. So there's my problem, how can I disable php's gzip comprssion?
Edit: WAIT. I must've made a spelling error when I typed in the php page's url and it was reading the error page. Turns out the progress.php page is actually uncompressed...I'd still like to know how to turn off php gzip compression though.