Re: [Zope] Webdav - Microsoft Word - Zope
Hi Fancois, if you open the object directly from web you arent using DAV. You are using your browsers standard HTTP GET which results in a read-only file (actually a copy of the object in your temp filesystem). If you want to edit, you have to use DAV explicitely either via "open as webfolder" (this can be attached to the explorer) or use to open fuction from Word. Erm.. if you dont get your users (and even administrators!) to be able to do such simple steps, they should probably keeped away from any computer ;)) HTH Tino --On Montag, 30. April 2001 17:57 +0200 Francois-regis Chalaoux <Francois-regis.Chalaoux@sanofi-synthelabo.com> wrote:
Hi,
I Would like edit a MSWord zope object "directly" in IE and save it in Zope. For the moment, I can't save the modified file cause it is read only !! Strange cause this file can be modified as I can read the security. The only solution is to open this file in the "Explorer Web Folder" then edit it. It works good but it too complex for users and for administrators ... I Use Zope-2.3.2, IE-5.5, MSW 10, Server-NT4 and Client-NT4/W95.
Is there a bug, a solution, to stay in IE ?
FR
_______________________________________________ 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 )
participants (1)
-
Tino Wildenhain