How can we send data in MySQL when the form has set to enctype=“multipart/form-data” in node.js?
问题 This enctype="multipart/form-data" blocking me from sending my data to mysql but it is a must for multer to work. I'm trying to store the image filename to database while the file will store to my project directory ./uploads using multer framework. I've tried different queries but nothing happen. I'm hoping for you guys which have faced the same issue like mine please take a little of your time. Thank you in advance. <form class="add-music-form" action="/save" method="POST" enctype="multipart