DEV Community

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

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.