IS it possible to make a tmp file (uploaded) persists for the next request?
Afaik,normally, it persists for only the current request, is here any php setting, php.ini setting or php method to achieve this
without having to move or copy the tmp file somewhere
?
thanks