Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.1.4

Bug #16100 Dowload of aribitrary zip-files not work with IE 7.0
Submitted: 2009-04-15 13:22 UTC
From: stuff_de Assigned:
Status: Open Package: HTTP_Download (version 1.1.3)
PHP Version: 5.2.5 OS: Linux 2.6.5
Roadmaps: (Not assigned)    
Subscription  


 [2009-04-15 13:22 UTC] stuff_de (jack leh)
Description: ------------ Dowload of aribitrary zip-files not work with IE 7.0. After request the script, a "never ending" download status window occures, containing only a "cancel-button". On retry, sometimes nothing occures (no browser status window) and nothing happens. Note: The download works fine with firefox or opera. Test script: --------------- <?php $params = array( 'file' => '/tmp/download.tgz', 'contenttype' => 'application/x-gzip', 'contentdisposition' => array(HTTP_DOWNLOAD_ATTACHMENT, 'latest.tgz'), ); $error = HTTP_Download::staticSend($params, false); ?> Expected result: ---------------- a "normal" download window opened by browser having "start download" and "select target folder" buttons (or something like that) Actual result: -------------- After request the script, a "never ending" download status window occures containing only a "cancel-button". On retry, sometimes nothing occures (no browser status window) and nothing happens.

Comments