Tech Series - Large file uploads with Java Spring and the Apache Commons FileUpload Streaming API
The Tech Series articles are aimed at anyone interested in Software development and deployment from beginners to professionals. In this article we explore how large file uploads can be efficiently handled using the Streaming API of the Apache Commons FileUpload library. A typical use case could be to allow a user to upload a large file to your website which would then be persisted in cloud storage such as Amazon S3 Simple storage using a file stream.
Read More