I have read somewhere in google that we can’t send files through web sockets but I also read that websockets are using TCP. So I want to ask what had I misunderstood and is there a way to send file through web socket.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
File uploads should be possible through websockets, at least in html5. One ready-made library which provides some basic functionality is Water under Ice.
There’s an article on Changelog about it, go and read it.