Re: [Tutor] Tramline implementation

2008-09-02 Thread Kent Johnson
On Tue, Sep 2, 2008 at 4:00 AM, goldgod a <[EMAIL PROTECTED]> wrote: > I created a simple upload file using python-cgi. It's working with apache. I > want to implement tramline support with that file. Tramline will work with > apache and we can transfer the large file. I added the virtual host al

Re: [Tutor] Tramline implementation

2008-09-02 Thread goldgod a
hi, I'm not sure what your problem is. Do you mean that your cgi is never > being called by Apache? You have to configure apache for this to > happen. Check the Apache docs or google 'python cgi apache'. I created a simple upload file using python-cgi. It's working with apache. I want to impleme

Re: [Tutor] Tramline implementation

2008-09-01 Thread Kent Johnson
On Mon, Sep 1, 2008 at 4:03 AM, goldgod a <[EMAIL PROTECTED]> wrote: > > hi, > I want to implement a tramline python library. I created a virtual > host in apache and created a python(cgi) file with simple uploading > concepts.Tramline is not interacting with apache. I tried get examples bu

[Tutor] Tramline implementation

2008-09-01 Thread goldgod a
hi, I want to implement a tramline python library. I created a virtual host in apache and created a python(cgi) file with simple uploading concepts.Tramline is not interacting with apache. I tried get examples but they given for plone and zope. Is any idea or examples available. -- Thank