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
every thing is fine. problem is on this line
cb(null, new Date().toISOString() + file.originalname);
simply write cb(null,file.originalname);
it will work. try to use in different way to add the date string with file name.