I want to call a web app with spring mvc, I call the controller method and i want to get as return method an image. In view (my jsp) I have a script that generate a chart (I'm using apexcharts) then i convert this chart to base64 url and I want to pass this base64 to controller.
Can anybody help me doing this? Thanks