[Tutor] Tutor Digest, Vol 105, Issue 55

Don Jennings dfjennings at gmail.com
Wed Nov 21 14:50:37 CET 2012


On Nov 21, 2012, at 5:57 AM, tutor-request at python.org wrote:

> On Wed, Nov 21, 2012 at 3:53 PM, Timo <timomlists at gmail.com> wrote:
> 
> 
> I can create a torrent using py3createtorrent locally, but am unable to
> figure how it will work via a django web app.
> 
> To make it work locally, i specified the local location of the folder, i
> wanted to create a torrent for.
> 
> In the web app scenario, the user selects the content present on the user's
> local machine,
> after that, how do i use py3createtorrent to create a torrent on the server
> end, since the content is not present on the server .

I am pretty sure you've answered your own question:  the content has to be on the server. Basically, after the user selects the content on their local machine, upload it to the server, then process it from there.

Take care,
Don

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20121121/9bf7aea8/attachment.html>


More information about the Tutor mailing list