Our application, built with Java, Spring Boot, and Angular, requires the ability to upload and download files as large as 150GB to a cloud storage solution. We aim for fast uploads that can resume seamlessly if interrupted. Could you provide guidance or an example of how to achieve this efficiently? Any other Java technology suggestion also welcome.
Upload: Tried sending as multipart(from angular) to Java backend, then used FTP to upload to cloud storage
Download: Used FTP to download from cloud and then as blob to frontend
Dhinesh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.