I'm trying to create a form in which users should be able to upload images(I know how to upload and display string, int data types to/from mysql db) and display images from mysql db in pug template engine.
I'm stuck at this point: Imagine you want to sell your any product and you're filling out ecommerce website form about product details, such as, price, name, category etc.
The thing I want to do is to know how to upload images to mysql db and display them in browser using pug template engine.
I would really appreciate if anybody can help me figure it out.