[Typo3] VCD_archive - how to force download

Robert Markula robert.markula at gmx.net
Thu Mar 10 22:16:37 CET 2005


Martin Rud wrote:
> Hi...
> 
> For the second time today I found the solution... ;o)
> 
> In class.tx_vcdarchive_pi1_fileOutput.php line 93:
>   header("Content-Disposition: inline; filename=".basename($file));
> 
> chanhe it to:
>   header("Content-Disposition: attachment; filename=".basename($file));
> 
> It works, at least, for pdf-files.
> 
> :o)

Great, at least we know now, that it is possible! :)

Cheers,
Ro



More information about the TYPO3-english mailing list