Welcome Guest, Not a member yet? Register   Sign In
download problem
#2

[eluser]Sumon[/eluser]
would you please paste your code used to download file from server. is it as
Code:
$data = file_get_contents("/path/to/photo.jpg"); // Read the file's contents
$name = 'myphoto.jpg';
force_download($name, $data);

if it is then would you please check your file location is correct or not.


Messages In This Thread
download problem - by El Forum - 10-02-2008, 01:55 PM
download problem - by El Forum - 10-02-2008, 03:30 PM
download problem - by El Forum - 10-02-2008, 03:56 PM



Theme © iAndrew 2016 - Forum software by © MyBB