|
Re: Help using HTTP_Download: msg#00413php.pear.general
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> |
|---|---|---|
| Previous by Date: | [ANNOUNCEMENT] Net_NNTP-0.10.1 (alpha) Released.: 00413, PEAR Announce |
|---|---|
| Next by Date: | Re: Help using HTTP_Download: 00413, Craig H. Anderson |
| Previous by Thread: | Re: Help using HTTP_Downloadi: 00413, Michael Wallner |
| Next by Thread: | Re: Help using HTTP_Download: 00413, Craig H. Anderson |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |