Hi! Is file->download() deprecated from k3? I don’t understand what is this https://getkirby.com/docs/reference/tools/header/download Is this a replacement?
Thanks in advance
Hi! Is file->download() deprecated from k3? I don’t understand what is this https://getkirby.com/docs/reference/tools/header/download Is this a replacement?
Thanks in advance
There’s an $image->download()
method that also seems to work with files. Internally, it uses the Response::download()
method.