DEV Community

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

Collapse
 
rajesh996 profile image
Rajesh Chittampally • Edited

I have created a node & mysql app following this tutorial. It's all good but when i open the image, the image is not opening. all images size is 0 bytes only. Seeing broken image in browser too.

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.

Collapse
 
achowba profile image
Prince

Sorry about that, I think these may be the possible reasons

  1. The SQL statement
  2. The image url. Check the console of your browser if any errors exist