Hi

On 10/18/23 18:07, Derick Rethans wrote:
Regarding the cleanup of the files, perhaps the files could be read into a
`php://temp` stream
(https://www.php.net/manual/en/wrappers.php.php#wrappers.php.memory)?

I don't think that reading potentially large files into memory is a
great idea. It is precisely because of the memory issue that PHP's
existing POST handler writes files to disk, instead of leaving their
content available through an entry in $_FILES.

To clarify: `php://temp` spills over to disk at a certain size (2 MB by default).

Best regards
Tim Düsterhus

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: https://www.php.net/unsub.php

Reply via email to