Reads max_upload_size_bytes from instance_settings per-request and passes it to request.file() so Fastify kills the stream at the admin's configured limit. Checks file.truncated to properly reject files that exceed the limit instead of saving corrupted data.