1

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

Micha
  • 5,117
  • 8
  • 34
  • 47
bombastic
  • 2,961
  • 8
  • 20
  • 18

1 Answers1

0

No, it's not possible. Only copy/move.

Marek
  • 7,337
  • 1
  • 22
  • 33