Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upSeeding folder in browser #327
Closed
Labels
Comments
This comment has been minimized.
This comment has been minimized.
|
related to webtorrent/instant.io#30 |
This comment has been minimized.
This comment has been minimized.
|
This is more of an https://instant.io issue than a WebTorrent one. It looks like we can support seeding folders (both via drag-and-drop and the file upload input) in Chrome. The non-standard FileSystem API makes this possible. Other browsers don't have any mechanism to do this, as far as I can tell. I'm working on a PR to make this work in Chrome right now. |
This comment has been minimized.
This comment has been minimized.
|
In other browsers, you can still upload multiple files and they'll be bundled into the same torrent. You just can't include any folders. |
feross
added a commit
to feross/drag-drop
that referenced
this issue
May 28, 2015
feross
added a commit
to webtorrent/instant.io
that referenced
this issue
May 28, 2015
Chrome only. For webtorrent/webtorrent#327
This comment has been minimized.
This comment has been minimized.
|
This is done now. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Thanks for the awesome project once again. I was just wondering if it was possible to seed a folder in the browser. When I drag and drop a folder it says "1 file seeding" and then appears to be inactive. Thanks for your time.