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 ?
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 ?