Hello! Im new here!
Im wondering, how do you serve images on the frontend?
I have a crud app where the user can upload images, and im storing them in the applocaldata folder, the path gets saved to a column in the sqlite database, but how do you actually serve them to the user? I reckon you can’t actually just pust something like <img src=“/absolute/path” />