Warning filesize(): stat failed
Cannot Modify Header Information - Headers already sent.
failed to open stream:No such file or directory
http://gyazo.com/9641b82375ec95234e3691cc1d90e413
Code: Select all
header('Content-Type: application/octet-stream');
header('Content-Description: File Transfer');
header('Content-Disposition: attachment; filename=AmazonOrderAdjustmentTemplate.xls');
header('Content-Transfer-Encoding: binary');
header('Expires: 0');
header('Cache-Control: must-revalidate, post-check=0, pre-check=0');
header('Pragma: public');
header('Content-Length: ' . filesize($file));
any ideas?