logo       

Re: Help using HTTP_Download: msg#00413

php.pear.general

Subject: Re: Help using HTTP_Download

The problem seems to be kget. I removed kget
and 'save as' works fine. I get the same behavior
with the Download.php you just posted.

My latest download code follows:
$params = array();
$params['data'] = $dnld;
$params['contenttype'] = "text/tab-separated-values; charset=ISO-8859-1";
$params['contentdisposition'] =
array(HTTP_DOWNLOAD_ATTACHMENT,'contacts.tsv');
$http_dnld = new HTTP_Download($params);
$http_dnld->send();

Michael Wallner wrote:

>
> Hm, Konqueror... hitting "open" or "save as"?
>
> Please try HTTP_Download attached.
>
> Regards,

--
Craig H. Anderson

--
PEAR General Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise