DEV Community

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

Collapse
 
achowba profile image
Prince

Hello, sorry for the delayed reply. No additional permission was required for the folder and kindly compare this file with yours to ensure there are no errors in the addPlayer function.

Collapse
 
diegoeroque profile image
Diego Roque

there are no differences.
the files are identical.
the files are created but 0 bytes.
Any suggestions?

Thread Thread
 
achowba profile image
Prince

I have no suggestions yet, but is it working?

Thread Thread
 
diegoeroque profile image
Diego Roque

Following the post of Al-mck....

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

and now it's working fine.

Best Rgs.

Collapse
 
diegoeroque profile image
Diego Roque

it does not throw errors:

uploadedFile.mv(public/assets/img/${image_name}, (err ) => {
if (err) {
return res.status(500).send(err);
}