FW: [Zope] WebDav & IE5 webfolders
Hi, My mistake. I am developing with the PTK Portal code and got WebFolder errors that are due to the content adding restrictions of PTK not the Zope WebDAV. When I try to upload a file to some other folder on my Zope server it works fine. I am using straight Zserver for testing/Dev but expect to deploy on Apache and IIS redirectors. Now that I can "drag & drop" a file from a Windows desktop to a Zope folder I want to trigger a task for the user to make the document indexed in the PTK Zcatalog. I expect that the Zcatalog cannot index binary files like MS Word so I need to wrap the uploaded doc in something that I can set some indexable properties on, right? I am still very new to Zope and do not what is possible but love the hunt. Does anyone know how to index MS Word docs with Zcatalog? Best, Chip Vanek
-----Original Message----- From: maartens@slaets.net [mailto:maartens@slaets.net]On Behalf Of Maarten Slaets Sent: Wednesday, February 09, 2000 10:56 AM To: Chip Vanek Subject: Re: [Zope] WebDav & IE5 webfolders
Chip Vanek wrote:
Hi All,
Does anyone know how to use Internet Explorer 5 Webfolders
with Zope? I can
see all the objects in Zope when I create a WebFolder and use my authenicated logon but, get an error when I try to post a document to a folder. WebFolders seems to want to have FrontPage extensions installed on the server. Is there a simple configuration option to allow the Zope WebDAV server to support WebFolders?
Webfolders IS WebDAV as far as I know. How is the zope server set up? do you use Zserver or Apache? Maybe you're not authorized to post documents in that container?
Thanks for any leads.
Best,
Chip Vanek e-Mail: chip@upcast.com
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
-- Maarten Slaets Web Developer http://www.fonky.com/vcard/MaartenSlaets/
participants (1)
-
Chip Vanek