Phpfotoalbum 2 00 Alpha8 > Image Download.php

Questions? Need Help? Want to share? » PHP Forum
Script Name:
Phpfotoalbum 2 00 Alpha8

Download:
phpfotoalbum-2-00-alpha8.zip

Category:
Image Galleries

Archive Content:

Doc

Doc > Img

Doc

Lang

Skin > Shared

Skin > Default

Skin > Lite

Skin

Content:

Images > Demo

Images > Demo > Demo Sub

Images > Demo

Image Download.php:


<?php
session_start
();
$filename=$_SESSION["s_data"]["file"];
$file="./_images".$_SESSION["s_data"]["dir"].$_SESSION["s_data"]["file"];
$fp fopen($file,  "rb");
$buffer fread($fp,  filesize($file));
Header("Content-type: application/octet-stream\nContent-Disposition: attachment; filename=".$filename);
echo 
$buffer;
?>



Other Image Galleries Scripts:

WebMaster Resources Home

©RingsWorld.com