Skip to content
Snippets Groups Projects
Commit dae74aa8 authored by Apparao G's avatar Apparao G
Browse files

#1792:Special characters in inputs not supported across the CRM

parent 0efd39f1
No related branches found
No related tags found
No related merge requests found
......@@ -67,6 +67,7 @@ class Vtiger_ShowFile_Helper {
$handle = fopen($finalFilePath, "rb");
$contents = fread($handle, filesize($finalFilePath));
fclose($handle);
//added since other than image files we need file names, other wise it downloads with public.php extension which is treated as dangerous
if($sanitizedFileName) {
header("Content-Disposition: attachment; filename=\"$sanitizedFileName\"");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment