Forums / Install & configuration / Word and Webdav problem

Word and Webdav problem

Author Message

Nicolas Lescure

Thursday 29 November 2007 10:08:05 am

Hi all,

I'm trying to use eZ Publish 3.9.3 webdav. The server is a Linux, and the client is Windows XP SP2.

It works great with some files : txt .ppt .xsl .zip .pdf . When I drag & drop, these files are created in a "File" object in eZ Publish. Perfect.

But I have some troubles with .doc or .odt. When I drag & drop the .doc file, it seems to works. I can see the file in the directory. When I refresh the screen with a "F5", the .doc file disappears. And no object has been created in eZ Publish.

In webdav.log, I can see the request.

Can you help me ?

Nicolas Lescure

Friday 30 November 2007 12:34:15 am

Solved.

My problem was the ezodf extension. In its upload.ini I have :

MimeUploadHandlerMap[application/octet-stream]=ezopenofficeuploadhandler
MimeUploadHandlerMap[application/vnd.oasis.opendocument.text]=ezopenofficeuploadhandler

MimeUploadHandlerMap[application/msword]=ezopenofficeuploadhandler
MimeUploadHandlerMap[application/rtf]=ezopenofficeuploadhandler

When I upload one of these document with webdav, the extension try to convert the content of the document in an eZ Publish object.

Deactivate it solved my problem.