Hello everybody, in my app has a session in which the user uploads an image, this save image direct on folder 'public/uploads'. Ok is working perfect, but when I'm showing the image like <img src='uploads/imageuploaded.jpg' .../> it is not loaded. I try show image from browser: https://mydomain.com/uploads/imageuploaded.jpg and response: UploadsController handler class cannot be loaded
Any idea?