module.exports.uploader=function(fileobj){
fileobj.mv('./127.0.0.1:3000/uploadedImage',function(error){
console.log(error);
});
}
This is the error:
Error: ENOENT: no such file or directory, open 'D:\programming\bnl\127.0.0.1:3000\css' at Error (native)