Re: Download file con Explorer

This is a discussion on Re: Download file con Explorer within the alt.comp.lang.php forums, part of the PHP Programming Forums category; Penso di aver capito il problema anche se non riesco a risolverlo, Explorer cerca di scaricarmi la pagina scarica_file.php ...


Go Back   Usenet Forums > PHP Programming Forums > alt.comp.lang.php

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 07-11-2003
Matteo Sorrenti
 
Posts: n/a
Default Re: Download file con Explorer

Penso di aver capito il problema anche se non riesco a risolverlo,
Explorer cerca di scaricarmi la pagina scarica_file.php invece del file
che gli passo, come faccio a fagli capire che deve scaricarmi il file
$filename?

On Fri, 11 Jul 2003 13:57:17 +0200, Matteo Sorrenti wrote:

> Non riesco a fare il download di un file con Explorer, i seguenti script
> funzionano alla perfezione sia con Opera che con Mozilla ma mi da il
> seguente errore con Explorer:
> Internet Explorer was not able to open this Internet site. The requested
> site is either unvailable or cannot be found. Please try again later.
>
> cosa c'è che non va?
>
> <?php
> ...
> $go = "scarica_file.php";
> $to = "?titolo=$titolo&filename=$filename&dimensione=$di mensione"
> <a class=\"linktd\" href=\"$go$to\">$filename</a>
> ...
> ?>
>
> #scarica_file.php
> <?php
> include "inizio_unlock.php";
> $titolo = $_GET["titolo"];
> $filename = $_GET["filename"];
> $dimensione = $_GET["dimensione"];
> header("Content-type: Application/octet-stream");
> header("Content-Disposition: attachment; filename=$filename");
> header("Content-Description: Download PHP");
> header("Content-Length: $dimensione");
> readfile("archivio/$titolo/$filename");
> ?>


Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 05:51 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0