File Sending Problem with Python Socket Programming
I have created a messaging application using python socket programming and I have enabled two separate devices connected to the ip address to exchange messages, I have no problem in this regard. I tried to add a file sending button and function to this application but I couldn’t succeed, all it can do is read the contents of the txt extension files, when I try to send jpg or jpeg type files, it does not give an error and produces different texts (I think it reads the image file) can you help me?