ENOENT: no such file or directory .?
问题 This is error which am getting while post data and file. I have followed 'academind' tutorial for building Restful API services, also i have been searching answer for this type of errors but nothing works for me. Am using "multer" to upload file The folder 'uploads' available in the folder but it shows ENOENT: no such file or directory, open 'D:\project\uploads\2018-01-24T07:41:21.832Zcheck.jpg'" app.js const express = require("express"); const app = express(); const morgan = require("morgan"