Skip to main content

All Questions

Tagged with
1 vote
2 answers
273 views

How to Handle Large File Uploads in Angular and Hibernate Without Exceeding HTTP Request Size Limit?

Description I am working on an application using Angular (front-end) and Hibernate (back-end). My use case involves uploading multiple images, which I convert to base64 format and send as JSON with ...
Alejandro Corral's user avatar
4 votes
3 answers
7k views

How to store uploaded client documents securely in webapplication

A small company without any IT skills wants to run a web application where customers can enter various bits of data and upload pdfs. The documents regard product specifications and have to be kept ...
Nordic's user avatar
  • 43