socket.io-file icon indicating copy to clipboard operation
socket.io-file copied to clipboard

Socket.io-file is a node module for uploading file via Socket.io module

Results 9 socket.io-file issues
Sort by recently updated
recently updated
newest added

https://blog.auxiliumcybersec.com/?p=2586

Hi, First of all, thank you for the awesome library. The upload works great however for some reason the chunkSize property does not increase the limit of the upload chunk....

### I tried to send arbitrary data, but at the moment they are not being code on my client: ![image](https://user-images.githubusercontent.com/8219179/57103469-75253d80-6ceb-11e9-9050-9f0e4b3d6808.png) output client : ![image](https://user-images.githubusercontent.com/8219179/57103785-4eb3d200-6cec-11e9-8562-88bc569af9c1.png) my config server: ![image](https://user-images.githubusercontent.com/8219179/57103673-16ac8f00-6cec-11e9-9052-30e6fab3ebe9.png) code on...

Hi, My understanding is that right now socket.io-file only supports the upload mode where the server defines a list of upload paths from which the client can then select. I'm...

I just released my second 0day vulnerability regarding Socket.io-file. The advisory was supposed to get released on Saturday but nothing yet, so under the npm's policy I'm free to publicly...

I implemented the Code like your Example. The Event started is triggered but after that nothing happened in the code. In the uploadDir you can find the File but its...

Hello, how can I use your library to upload file between to node.js server, so the scenario is to read from filesystem (by using path or stream or anything else...

feature-request

It would be great to be able to use a namespace in the event names to allow multiple uploaders to run alongside the server, or to dispatch according to file...

Is there way to use this technology with iOS client side