FSN#38210 Bon foto's blijven achter in TEMP-folder
svn path=/Website/branches/v2016.2/; revision=31209
This commit is contained in:
@@ -447,7 +447,7 @@ function oneFileInfo(fsoFile, result, pModule, pKey, pSubpath, pNiveau, params)
|
||||
var tempfile = Server.MapPath(rooturl + '/temp/img_' + customerId + '_' + filedata.digest + "_" + params.resizeCode + ".jpg");
|
||||
oIMG.SaveAs(tempfile);
|
||||
filedata.resized = tempfile;
|
||||
if (Session("logging") == 0)
|
||||
if (typeof Session("Logging")=="undefined" || Session("Logging") == 0)
|
||||
filedata.tempdelete = tempfile; // Moet aanroeper opruimen
|
||||
}
|
||||
catch (e)
|
||||
|
||||
Reference in New Issue
Block a user