php - Make uploaded tmp file persists for the next request -


is possible make tmp file (uploaded) persists next request?

afaik,normally, persists current request, here php setting, php.ini setting or php method achieve

without having move or copy tmp file somewhere

?

thanks

no, it's not possible. copy/move.


Comments