Receive file via websocket and save/write to local folder
问题 Our application is entirely built on websockets. We don't do any HTTP request-reply. However, we are stuck with file download. If i receive file content via websockets can I wrote to local folder on user computer ? If it makes a difference, we are only supporting Chrome so not issue if it doesn't work on other browsers. Also, I know i can do this via HTTP. Trying to avoid it and stick to websockets since thats how the entire app is. Thanks a lot in advance! 回答1: The solution depends on size