[php-src] Issue #21848: dynamic upload features session based
[email protected] (remco-pc)
| Newsgroups | php.bugs |
|---|---|
| Message-ID | <[email protected]> |
Issue: https://github.com/php/php-src/issues/21848 Author: remco-pc ### Description I would like to start a new discussion on howto enable dynamically uploaded files. So without restarting and per user / session there should be a maximum post / upload size initialized. This means if someone wants to upload a movie, it wouldn't take the size of the movie as memory footprint either. This should also be on downloads, if you read in chunks and flush the chunks it should work right ?