Welcome Guest, Not a member yet? Register   Sign In
File download Problem
#1

[eluser]Star123[/eluser]
header('Content-type: application/jpg');
$name="s";
header("Content-Disposition: attachment; filename=$name");
readfile("http://localhost/nannyshare/uploads/01.01.03.07.10.57.0707800winter.jpg");

readfile("http://localhost/nannyshare/uploads/01.01.03.07.10.57.0707800winter.jpg");
does not work in codeigniter
#2

[eluser]Rob Gordijn[/eluser]
when using readfile, please lookup the php manual for that function:
http://php.net/manual/en/function.readfile.php

"A URL can be used as a filename with this function if the fopen wrappers have been enabled. See fopen() for more details on how to specify the filename. See the List of Supported Protocols/Wrappers for links to information about what abilities the various wrappers have, notes on their usage, and information on any predefined variables they may provide."

cheers! Smile




Theme © iAndrew 2016 - Forum software by © MyBB