BookStack/app/Http
Dan Brown 82e8b1577e
Updated attachment download responses to stream from filesystem
This allows download of attachments that are larger than current memory
limits, since we're not loading the entire file into memory any more.

For inline file responses, we take a 1kb portion of the file to sniff
before to check mime before we proceed.
2022-04-02 18:07:43 +01:00
..
Controllers Updated attachment download responses to stream from filesystem 2022-04-02 18:07:43 +01:00
Middleware
Requests
Kernel.php
Request.php