simple-peer-files icon indicating copy to clipboard operation
simple-peer-files copied to clipboard

A library to send files over WebRTC

Results 5 simple-peer-files issues
Sort by recently updated
recently updated
newest added

Fixed error on Issue [https://github.com/subins2000/simple-peer-files/issues/4](https://github.com/subins2000/simple-peer-files/issues/4)

![image](https://user-images.githubusercontent.com/19570043/113864696-831f4b00-97ab-11eb-8211-00fac79fe39d.png) should be changed to the following, correct? ![image](https://user-images.githubusercontent.com/19570043/113865019-e5784b80-97ab-11eb-95f9-3afd549a20bc.png)

Hi, I am unsure if I am using this library correctly, I'm admittedly new to simple-peer altogether and recently discovered your library. I am trying to send multiple files from...

Hi @subins2000, it seems to be thought through solution, thanks for open sourcing ;-) Please implement direct file write with window.requestFileSystem an the possibility to continue partially downloaded file. Let's...