How to retrieve in cakephp3.7 the name as string of an image uploaded trough a form with blob column into a mysql database?
问题 I'm building an e-commerce website with cakephp3.7, and for sellers to post their products they need to upload the image of the article to sell, and that through a form with a Blob column. The images are being uploaded well from the view, but in the database the real name of the image does not appear, instead of that, in that place the name that appears for all the images is 'Blob' for all the articles. The problem is now that when I try to retrieve the article's image (which is only