Much like issue #9, if a large file is uploaded the entire file gets stored in RAM, degrading performance significantly.
Given that this is specific to uploading files, it might be a good idea to have a separate request.files[] where a file has a .SaveTo(...) method that handles this sanely using stream copies.
Much like issue #9, if a large file is uploaded the entire file gets stored in RAM, degrading performance significantly.
Given that this is specific to uploading files, it might be a good idea to have a separate
request.files[]where a file has a .SaveTo(...) method that handles this sanely using stream copies.