Users are downloading a list of our products on a daily basis, sometimes multiple times a day. It looks like the file they are presented with is from Temporary Internet Files rather than the file that is on the server.
$file = 'Product_List'.date("Y_m_d_Gis").'.xls';
header('Content-type: application/msexcel');
header('Content-Disposition: attachment; filename='."$file");
readfile("excel_sheet/Product_List.xls");
Any suggestions?
File loads from Temporary Internet Files
Moderator: General Moderators
- bluesman333
- Forum Commoner
- Posts: 52
- Joined: Wed Dec 31, 2003 9:47 am