If this is set to true, the file will be unlinked after the request is sent Note: If the X-Sendfile header is used, the deleteFileAfterSend setting will not be used.
$this
public function deleteFileAfterSend(bool $shouldDelete = true) : static { $this->deleteFileAfterSend = $shouldDelete; return $this; }