Node JS Socket io send image/file to client chat application
问题 I have a working chat application that sends messages to users one on one. See it working here: Live working site I am now trying to add feature that will let connected users select and send images from their local machines. I am able to upload the images on my server using Multer Multer ajax file upload for file upload The file gets uploaded successfully on the server each time a client select and uploads, but I am unable to send/display that saved image from server to the client properly. I