Can web client open files as FILE:// rather than HTTP://?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2007 03:58 PM
I have a problem with versioning and I think that this could be the solution.
I know in web-client-config.xml I can change the way I the web client *pulls in* files from cifs from httpbut I was wondering if it was possible to make the web client edit/view files using CIFS. :?:
I know in web-client-config.xml I can change the way I the web client *pulls in* files from cifs from httpbut I was wondering if it was possible to make the web client edit/view files using CIFS. :?:
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2007 05:31 AM
You can change the style of links output by the web-client by adding/changing this section in your web-client-config-custom.xml, for example here i have set it to CIFS where as http is the usual default:
Kevin
<config> <client> <!– the type of edit link to use, NOTE: inline editable will always take precedence –> <!– can be: http|webdav|cifs –> <edit-link-type>cifs</edit-link-type> </client> </config>
Thanks,Kevin
