Posts by MárciodosSantos • 5 points
3 posts
-
-1
votes1
answer108
viewsA: Upload Multifiles with Multer , express , nodejs and query to Mysql
I found out how to do it! Thanks anyway and I leave here the solution for other beginners like me : const path = require('path') const multer = require('multer') const uploadImg = function (req,…
-
-2
votes1
answer108
viewsQ: Upload Multifiles with Multer , express , nodejs and query to Mysql
How to query the name of two different images for mysql? I’m using a woman to upload more than one image, and the code I used is working perfectly. The images are loaded into my briefcase imgpost.…
-
0
votes1
answer39
viewsQ: I am having a problem loading a Multer image on the server, the file loads to the path but not to the database
On my machine works perfectly, the image is loaded to the path and all data to the database but on the Ubuntu server with the same code and the same database only the image is loaded to the path and…