I\'m working on uploading a file to my app using the multer npm module.
The multer function I have defined is to allow a single file uploaded to the file system. Ev
I solve this issues looking for the name that I passed on my request
I was sending on body:
{thumbbail: }
and I was expect to:
upload.single('thumbnail')
so, I fix the name that a send on request