[Vtigercrm-commits] [vtiger development] #6257: Timeout Error when downloading attachments
vtiger development
vtiger-tickets at trac.vtiger.com
Mon Aug 17 11:09:54 EDT 2009
#6257: Timeout Error when downloading attachments
------------------------+---------------------------------------------------
Reporter: asha | Owner: developer
Type: defect | Status: new
Priority: critical | Milestone: 5.1.1
Component: vtigercrm | Version: 5.1.0
Resolution: | Keywords:
------------------------+---------------------------------------------------
Comment (by asha):
Suggested fix:
In mocules/uploads/downloadfile.php, add the following line:
{{{
header('Pragma: public');
}}}
after:
{{{
header("Content-type: $fileType");
}}}
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/6257#comment:3>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list