download problem - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: download problem (/showthread.php?tid=12027) |
download problem - El Forum - 10-02-2008 [eluser]dimis[/eluser] I have this problem.I upload a file and when I try to download this file with ci helper the file is damage. the size of the upload file is ok at server (I see via ftp). What is wrong? download problem - El Forum - 10-02-2008 [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 if it is then would you please check your file location is correct or not. download problem - El Forum - 10-02-2008 [eluser]dimis[/eluser] I ask the hosting company, the answer were, there is a restriction for uploading files, that is why. Dimis |