[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.