Home Forums Chart Support how convert blob type in to data url using spring MVC? Reply To: how convert blob type in to data url using spring MVC?

#21933

in here, canvasjs.com/spring-mvc-charts/chart-from-csv-data you can get the csv from data URL.

and then, I have data in mysql type longblob that save CSV file. do you have idea, how to conver blob type into data-url like your code?