I have a socket.io client to whom socket.io server is listening in node.js. I want to upload a file to server by socket.io
. because my socket.io
client is under apache. and socket.io
server is in Node.js. I want to code uploading of file in Node.js. But how I can send the file data to the node.js listening to socket.
I have tried the upload of a file using Node.js server. This link is here but the this code does not use the socket.io
with this. But my original project is using the socket.io
.
Uploading a file in node.js by formidable
How can I do this with the socket.io
server?
question from:
https://stackoverflow.com/questions/5973825/can-i-upload-a-file-to-server-by-socket-io-in-node-js 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…