A resource leak. That's assuming that you are referring to temp files not getting removed once the POST handler exits... which is not how it works.
https://www.php.net/manual/en/features.file-upload.post-meth...
The file will be deleted from the temporary directory at the end of the request if it has not been moved away or renamed.
This RFC does not talk about life cycle management of uploaded files at all, leave alone such specifics as hash tables.
https://news.ycombinator.com/newsguidelines.html
Is there a way to call Dang to have a look at those offensive comments? :-)
In egregious cases, email us at hn@ycombinator.com.
A resource leak. That's assuming that you are referring to temp files not getting removed once the POST handler exits... which is not how it works.
https://www.php.net/manual/en/features.file-upload.post-meth...
> the internal rfc1867 uploaded files hash table.This RFC does not talk about life cycle management of uploaded files at all, leave alone such specifics as hash tables.