Not sure if this is just a problem with MS IE, or if there's something I need to set in my php.ini.
I've got some large zip files sitting in a directory in my website for my clients to download (no these aren't programs for warez but images for the graphics industry). One of the zip files is 78 MB. When using MS IE6 and when I right click the link for that zip file to download it (then 'File Save As"), IE gives back an error message that "IE cannot download ... path/filename from website.net" and "IE was not able to open this Internet site. The requested site is either unavailable or cannot be found. Please try again later". However, if I try the same thing with a much smaller zip file, it works in IE. And of course, if I use any other browser but IE, then it works perfect no matter what the file size. So it seems to be a combination of MS IE and large file size. In my php.ini, I've got: post_max_size = 100M upload_max_filesize = 100M Is there anything else I need to do in php.ini? Mime settings or execution times? Or is this just another shortcoming in IE? And if so, is it editable? Many thanks Kevin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

