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
in product.js: After new Date().toISOString() add replace() to change ":" to an accepted character.
new Date().toISOString()
replace()
Windows OS doesn't accept files with a ":"
The person on Youtube is using MAC OS
E.g
new Date().toISOString().replace(/:/g, '-')