Webserver and pdf-downloads

 
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions
View previous topic :: View next topic  
Author Message
blunder
-


Joined: 13 Aug 2004
Posts: 1

PostPosted: Fri Aug 13, 2004 6:51 pm    Post subject: Webserver and pdf-downloads Reply with quote

Hello,
i use Abyss web server to test my web-sites, but for example the download of an pdf document is not possible to test neither local nor in my local network.
this line
<a href='data/service/pdf_download.php?file=weg.pdf'>

calls 'pdf_download.php' with this content:

<?php
header("Content-type: application/octet-stream");
header("Content-Disposition: attachment; filename=".$file);
readfile($file);
?>

it works at my web-side, but not locally

Anybody some ideas?

Walter
Back to top View user's profile Send private message
aprelium-beta
-


Joined: 24 Jun 2004
Posts: 383

PostPosted: Sat Aug 14, 2004 4:16 pm    Post subject: Re: Webserver and pdf-downloads Reply with quote

blunder wrote:

it works at my web-side, but not locally

What do you mean by "doesn't work"? Do you have an error message?
_________________
Beta Testing Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group