 |
How to download large files through PHP script - Stack Overflow
if(/* My authorization here */) { $path = "/uploads/"; $name = $row[0]; //This is a ...
If you use fopen and fread instead of readfile , that should solve your problem.
stackoverflow.com |
 |