Pending image node js server

21 views
Skip to first unread message

Wajdi Mnasri

unread,
Jan 16, 2017, 1:05:04 PM1/16/17
to nodejs
I'm having problem with my phaser view, it seems that the image is always pending i'm trying to get the image from a static folder in the node js server, this is a screen and the code above can you help me please ?


module.exports.GetImage = function(req,res){
       
var img_name = req.params.name;
        res
.sendFile(path.resolve("./kidAvatar/"+img_name));
}



Reply all
Reply to author
Forward
0 new messages