0 votes
in NodeJS Essentials by

Which of the following is used to create file uploading services in Node.js?

A) Multer

B) formidable

C) busboy

D) all of the above

1 Answer

0 votes
by
Answer: D

Explanation: Multer, formidable, and busboy are all used to create file uploading services in Node.js.
...