On Nov 21, 2012, at 5:57 AM, tutor-requ...@python.org wrote: > On Wed, Nov 21, 2012 at 3:53 PM, Timo <timomli...@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
_______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor