Questions tagged as 'multer'

0
answers

Uploading two files from two different fields with multer

Using the multer I am trying to upload two different files that come from fields in forms different and has different storage path as well: let storageAudios = multer.diskStorage({ destination: (req, file, callback) => { ca...
asked by 29.03.2017 / 16:04
2
answers

Uploading multiple images with Multer

I have a problem uploading multiple images with Multer. I saw that it has attributes like ANY, SINGLE and ARRAY. I can use SINGLE to send a single image, however I need to use multiple images, and I'm not able to implement. My code is as follows...
asked by 27.01.2018 / 07:12
1
answer

How to get a file stored with nodejs and multer?

In the API, in NodeJS, that I am doing, the user sends the image to the API and, using the multer, the image is stored. All the tutorials I saw for this situation, the Node is using a preprocessor like jade, ejs, handlebars etc. But in my case,...
asked by 11.07.2018 / 16:23
0
answers

File Upload Nodejs

I'm breaking my head here to try to upload images with Nodejs but it's being "freud". I am developing an api where you will have access from three domains. So the structure of my api is basically: public src company ... *.js route...
asked by 10.07.2018 / 16:52