Re: [Zope] Upload file to server for encoding...

2006-09-11 Thread Jonathan
- Original Message - From: "Nick Gr" <[EMAIL PROTECTED]> To: "Jonathan" <[EMAIL PROTECTED]> Cc: Sent: Monday, September 11, 2006 10:46 AM Subject: Re: [Zope] Upload file to server for encoding... . Any ideas how the user will download back the

Re: [Zope] Upload file to server for encoding...

2006-09-11 Thread Nick Gr
Using ExtFile I just could have access to my file systems, how can I use it to upload a file from my website visitors pc ? You use an html form to get the user to specify which file they want to upload from their pc. Your form handler routine will receive a File upload object, here's some i

Re: [Zope] Upload file to server for encoding...

2006-09-11 Thread Jonathan
- Original Message - From: "Nick Gr" <[EMAIL PROTECTED]> To: "Jonathan" <[EMAIL PROTECTED]> Cc: Sent: Monday, September 11, 2006 10:14 AM Subject: Re: [Zope] Upload file to server for encoding... Using ExtFile I just could have access to my file syst

Re: [Zope] Upload file to server for encoding...

2006-09-11 Thread Nick Gr
A) Upload a file to the server B)After the file is uploaded , I have write a python program to encode the file C)When the encoding is finish, user must download the file back to his machine. I'm very new to Zope and I choose it because I thought it should have an easy and good communica

Re: [Zope] Upload file to server for encoding...

2006-09-11 Thread Jonathan
- Original Message - From: "Nick Gr" <[EMAIL PROTECTED]> To: Sent: Monday, September 11, 2006 8:08 AM Subject: [Zope] Upload file to server for encoding... Hello Zope community, I just installed Zope-2.9.4 in a windows XP SP2 . I'm making a web site that the visitors should: A)