Re: Zipping Files to user defined Directory

2006-09-02 Thread Danny Milosavljevic
Hi, On Fri, 28 Jul 2006 05:25:38 -0700, OriginalBrownster wrote: > Marc 'BlackJack' Rintsch wrote: >> In <[EMAIL PROTECTED]>, >> OriginalBrownster wrote: >> [...] >> After the user selected the files you have to zip them on the server, >> for instance in a temporary in the `/tmp/` directory and t

Re: Zipping Files to user defined Directory

2006-07-28 Thread OriginalBrownster
Marc 'BlackJack' Rintsch wrote: > In <[EMAIL PROTECTED]>, > OriginalBrownster wrote: > > > I'm very new to python, and I have been using the TurboGears Framework > > to use python to power my application. > > > > [...] > > > > my problems is that when I want to download that file from the server I

Re: Zipping Files to user defined Directory

2006-07-28 Thread OriginalBrownster
Marc 'BlackJack' Rintsch wrote: > In <[EMAIL PROTECTED]>, > OriginalBrownster wrote: > > > I'm very new to python, and I have been using the TurboGears Framework > > to use python to power my application. > > > > [...] > > > > my problems is that when I want to download that file from the server I

Re: Zipping Files to user defined Directory

2006-07-27 Thread Marc 'BlackJack' Rintsch
In <[EMAIL PROTECTED]>, OriginalBrownster wrote: > I'm very new to python, and I have been using the TurboGears Framework > to use python to power my application. > > […] > > my problems is that when I want to download that file from the server I > want to zip the files selected. but how does a

Zipping Files to user defined Directory

2006-07-27 Thread OriginalBrownster
Hi There. I'm very new to python, and I have been using the TurboGears Framework to use python to power my application. I have a class which handles the upload of a file to a directory called "uploads", which is hosted on a server. my problems is that when I want to download that file from the s