socketio-file-upload
socketio-file-upload copied to clipboard
Uploads files to a Node.JS server using Socket.IO
Hi, After I test this code on my local VM , I transfer a 100MB file between my VirtualPC and browser , the upload speed is only 1Mbps. But the...
检测到 sffc/socketio-file-upload 一共引入了372个开源组件,存在8个漏洞 ``` 漏洞标题:requests 代码注入漏洞 缺陷组件:[email protected] 漏洞编号:CVE-2020-28502 漏洞描述:Dan DeFelippi node-XMLHttpRequest是 (Dan DeFelippi)开源的一个应用软件。用于模拟浏览器XMLHttpRequest对象。 node-XMLHttpRequest before 1.7.0 存在代码注入漏洞,攻击者可利用该漏洞导致任意代码注入并运行。 影响范围:(∞, 1.6.2) 最小修复版本:1.6.2 缺陷组件引入路径:[email protected]>[email protected]>[email protected]>[email protected]>[email protected] ``` 另外还有8个漏洞,详细报告:https://mofeisec.com/jr?p=idb351
Hi, currently there are methods available only for file input. Is there any way to upload base64?
The `_onDisconnect` function seems problematic. It is run after any client disconnects, but it cancels file uploads from *all* clients. This is probably a bug. See #110
Hİ, I need a send file on client-server-client and store file on server. Client to server example is great. which method use for server-client file download or this possible in...
Hi, I'm working with Node js (Server) and React Native (client), this package is good for React Native?
client.js?9bcd:427 Uncaught TypeError: Cannot read property 'id' of undefined at _load (client.js?9bcd:427) at _baseFileSelectCallback (client.js?9bcd:476) at HTMLInputElement._fileSelectCallback (client.js?9bcd:488) I have a pull request, add me to your collaborators list
When the client disconnects, which happens often for people with bad internet connections, it throws and error. Is there, or will there be a way to resume the upload on...
I added instance.close(socket) to unbind the listeners which are bound by instance.listen(socket)
Hello! I would like to have the option to unbind the listeners for a cleaner control of permissions. Something like instance.close(socket) (or unlisten, unbind, ...) would be great. Best regards