Hello, i have a page where i upload pdf file to server it modifies it and return it back.
It was working perfectly bofore i did update from (i dont remember well 17b1) to 17
Naviserver deletes uploaded file from /tmp folder like it was never been there.
I thought it was some access issues but its not, it actually creates file and i can move it to another folder.
But when i try "ns_respond -file $a" to return it back it just gives me nothing, error 404
For the duration of a single request, the file should be there, but then it should be automatically deleted.
Naviserver cleans uploaded files. In general, uploading is controlled by many factors (e.g. size, spooling threads), so a small change in a config file can change what happens in detail with the uploaded file. how it is decoded etc. You should modify the file either in the upload requests or move the file to a different place, if it is needed for other requests-