1. After mapping webdav folder, I can view, edit, download, upload
files. It's ok. But I can't open doc (MS Word 2003) files directly
from webdrive. It's just hang. I can download and open it from local
pc, but I need to open directly from webfolder. There are no any
problem with XLS files and TXT. Only with .doc. Maybe I made some
mistake when edit the webdav.htaccess file? What I need to re-check?
2. I create User1 and give him access only to Read one folder and some
files inside. But if he open Excel file directly from webfolder he can
save and edit! I check few times, he have only Read access. How it is
possible?
3. Is it possible to disable _index and revision files inside folders?
Most of our users not good in IT (as me :) ) and they could be
confused.
One more time thank you very much for great project!
Regards,
Rakhim.
> files. It's ok. But I can't open doc (MS Word 2003) files directly
> from webdrive. It's just hang. I can download and open it from local
have you tried OpenOffice?
> save and edit! I check few times, he have only Read access. How it is
> possible?
Temporary files can be saved (needed by some programs). But these
files do not appear in the web interface.
> 3. Is it possible to disable _index and revision files inside folders?
Yes, see "<sgs-dir>/bin/webdav.php":
$export_files = array("_index.html","_index.xls");
bye
Thomas