Re: [Zope] Using LocalFs in a form embedded in our application

2005-05-25 Thread David Siedband
Simon, I use LocalFS for something similar in one of my apps. I submit to a python script that has some code like this: container.Files.manage_addProduct['OFSP'].manage_addFile(id, title='', file=file) where "Files" is the name of my LocalFS object name. Do you have the ZipFolder product

[Zope] Using LocalFs in a form embedded in our application

2005-05-25 Thread Simon ALEXANDRE
Hi,   We are developing a web based application using Zope as webserver.   One of our expected features consists in uploading a zip file on the server and after that to unzip it…   Our pages are designed using zpt.   I would like to include in one of my pages a simple form allowing