Tag

kkfile

0 views collected around this technical thread.

Top Architect
Top Architect
May 23, 2025 · Backend Development

Secure File Upload and Preview with Spring Boot, Minio, and KKFile

This article demonstrates how to securely upload files to Minio, stream them for preview via KKFile without exposing the Minio endpoint, and protect download URLs with token validation, providing complete Java code examples for upload, download, and preview URL generation.

File UploadMinIOSpring Boot
0 likes · 10 min read
Secure File Upload and Preview with Spring Boot, Minio, and KKFile
Top Architect
Top Architect
Nov 19, 2024 · Backend Development

Secure File Upload, Download, and Preview with Spring Boot, MinIO, and kkfile

This article explains how to securely upload files to MinIO, generate token‑protected download links, and create kkfile preview URLs using Spring Boot, while avoiding exposure of the MinIO address and adding token authentication for enhanced security.

BackendFile UploadMinIO
0 likes · 9 min read
Secure File Upload, Download, and Preview with Spring Boot, MinIO, and kkfile