Mobile app version of vmapp.org
Login or Join
Shakeerah822

: Maximum file size for iFrame in IE7 I've got a "super secure" javascript downloader* that I wrote, and it usually works alright. But I noticed, while trying to download a 90 meg file with

@Shakeerah822

Posted in: #Download #Headers #Iframe #InternetExplorer7 #Php

I've got a "super secure" javascript downloader* that I wrote, and it usually works alright. But I noticed, while trying to download a 90 meg file with it on a client's machine that on IE7, it's getting hung up about 1/3rd of the way through. I've never tried to send a file that large through the iFrame and it works fine in other browsers. Is there a size restriction on files that IE7 can read in an iFrame?

* It's really just a PHP line that sets header("location: someplace/downloadbigthing.exe ); after it does some logging and verification.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Shakeerah822

1 Comments

Sorted by latest first Latest Oldest Best

 

@Karen161

IE7 is nearly a full decade old. Time to end support for it IMHO. Do a check and if IE <= 7 just display upgrade message and link to manual instructions if that won't work. Done.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme