views:

20

answers:

0

Hello, We have a client with an upload site we built (using Ruby/RoR) and he wants to add the ability to upload files from a torrent link.

Right now you can upload files from a PC or URL.. what is the best way to programmatically upload a file from a torrent link?

It seems that we would need to first upload the torrent in a tmp directory, then extract the file.. and move that file to the uploaded directory..

I appreciate input from anyone with experience in this (in any programming lang.)

Feature: In order to upload a file from a torrent link As a registered user of the site I want to be able to paste the URL of a torrent file Then have that file uploaded to the website, not the torrent file itself.