XPRIM_HttpRequest
Posted: Wed Jul 03, 2019 12:22 pm
Hi
I have the following code fragment
#TempFile.CreateTemporaryFile
#Request.Response.AsFile Autodelete(True) Path(#TempFile)
#FileStream.Path := #TempFile
Which all works beautifully but I've noticed my \tmp folder is filling up with files like
QACXCAYX2M
QACXCR5FHZ
QACXC1W4KL
QACXDCA0W2
QACXDKR36C
Which contain the json I'm getting back in my response
Isn't the Autodelete supposed to take care of this or have I missed something?
I have the following code fragment
#TempFile.CreateTemporaryFile
#Request.Response.AsFile Autodelete(True) Path(#TempFile)
#FileStream.Path := #TempFile
Which all works beautifully but I've noticed my \tmp folder is filling up with files like
QACXCAYX2M
QACXCR5FHZ
QACXC1W4KL
QACXDCA0W2
QACXDKR36C
Which contain the json I'm getting back in my response
Isn't the Autodelete supposed to take care of this or have I missed something?