DEV Community

Discussion on: Build a simple app using Node JS and MySQL.

Collapse
 
diegoeroque profile image
Diego Roque

Same problem here. Any solution??

Best Rgs.

Collapse
 
almck profile image
Al-mck

Hello

I change the first line by :
fs.writeFile(public/assets/img/${image_name},uploadedFile.data, function (err) {...

And it's work for me

Thread Thread
 
diegoeroque profile image
Diego Roque

thanks my friend. now work!!

Best Rgs.