Skip to content
Snippets Groups Projects
Verified Commit 4dbb36b4 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FIX #8346 save converted if tmp convert sucess

parent d683944f
No related branches found
No related tags found
No related merge requests found
...@@ -77,6 +77,7 @@ if (isset($_GET['num'])) { ...@@ -77,6 +77,7 @@ if (isset($_GET['num'])) {
} }
if (empty($return['errors'])) { if (empty($return['errors'])) {
$_SESSION['upfile'][$num]['fileNamePdfOnTmp'] = $return['fullFilename'];
header('Pragma: public'); header('Pragma: public');
header('Expires: 0'); header('Expires: 0');
header('Cache-Control: must-revalidate, post-check=0, pre-check=0'); header('Cache-Control: must-revalidate, post-check=0, pre-check=0');
......
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