adwinwijaya wrote:
The error that I got just IE cannot download download.php from
mysite.com .. IE was not able to open this site and bla bla bla. No
hint in the error.
I think the problem that I faced is with SSL.
I try http://www.wazzup.co.nz/tutorials/protect_pdf/index.php
and it didnt work on m
On Mon, 20 Sep 2004 10:58:46 +0200, Marek Kilimajer <[EMAIL PROTECTED]> wrote:
>
> I suppose you are trying to force IE to download the pdf file, but it is
> always displaying it - you did not tell what is your problem.
>
> IE determines the type of file from the extension, if it is a known
> ext
Hello Marek,
Monday, September 20, 2004, 6:58:46 PM, you wrote:
MK> adwinwijaya wrote:
>> Hi all ...
>>
>>
>> I have script that looks like :
>>
>> if(file_exists($filename)){
>> $len = filesize($filename);
>> //header("Content-type: attachment/pdf");
>> header('C
adwinwijaya wrote:
Hi all ...
I have script that looks like :
if(file_exists($filename)){
$len = filesize($filename);
//header("Content-type: attachment/pdf");
header('Content-Type: application/pdf');
//header("Content-Type: application/octet-stream");
Hi all ...
I have script that looks like :
if(file_exists($filename)){
$len = filesize($filename);
//header("Content-type: attachment/pdf");
header('Content-Type: application/pdf');
//header("Content-Type: application/octet-stream");
header("Cont
5 matches
Mail list logo