Hello. I’m interested in setting up a client portal website that allows members to login and access files to download. That’s the gist of it. The only concern I have is Kirby’s ability to upload massive files. I’m going to use a CDN to keep the heavy lifting off of the website server, but I don’t know if Kirby is “better” at handling massive file uploads. Increasing my host’s max upload, etc. will not do. I’m assuming I’ll need to handle file uploads in chunks. Is that something that Kirby does now in version 4? Please advise.
k5 will be abke to do that out of the box.
for k4 there is plugin “chunky”.
Excellent. Thanks @bnomei