You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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)); }