In most cases where someone would want to download the image_file that was executed, it'll be to do something with it and not just save to disk
so by getting a stream that's usable as is without writing to disk we'll avoid storing potentially malicious files on an intermediate system that may be executed
In most cases where someone would want to download the image_file that was executed, it'll be to do something with it and not just save to disk
so by getting a stream that's usable as is without writing to disk we'll avoid storing potentially malicious files on an intermediate system that may be executed