<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: WebDAV url in document file name? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/webdav-url-in-document-file-name/m-p/157043#M111250</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I had a similar problem. I want to provide links to word-editable documents stored on alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But when I opened them from IE on &lt;/SPAN&gt;&lt;A href="http://a.b.c.d:8888/alfresco/webdav/myfile.doc" rel="nofollow noopener noreferrer"&gt;http://a.b.c.d:8888/alfresco/webdav/myfile.doc&lt;/A&gt;&lt;SPAN&gt;, the documents were read-only in word.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I found a solution from MS. There is a registry key on the client computer that must be added:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\Common\Internet\OpenDocumentsReadWriteWhileBrowsing = 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This will allow office to open documents in read/write mode over an http link.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I guess there might be some other issues if you open links with FF since it will save a local version anyway, but it works fine with IE.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 May 2008 09:55:01 GMT</pubDate>
    <dc:creator>alcibiade</dc:creator>
    <dc:date>2008-05-15T09:55:01Z</dc:date>
    <item>
      <title>WebDAV url in document file name?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/webdav-url-in-document-file-name/m-p/157042#M111249</link>
      <description>Hi,I have not been working with Alfresco for to long but I have already run into a few issues I can't resolve without your help. I have a few different types of old documentations that I want to add to our new Alfresco intranet. The documentations are windows help files (.hlp), word files or html fi</description>
      <pubDate>Mon, 10 Mar 2008 22:11:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/webdav-url-in-document-file-name/m-p/157042#M111249</guid>
      <dc:creator>kjmsandstrom</dc:creator>
      <dc:date>2008-03-10T22:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: WebDAV url in document file name?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/webdav-url-in-document-file-name/m-p/157043#M111250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I had a similar problem. I want to provide links to word-editable documents stored on alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But when I opened them from IE on &lt;/SPAN&gt;&lt;A href="http://a.b.c.d:8888/alfresco/webdav/myfile.doc" rel="nofollow noopener noreferrer"&gt;http://a.b.c.d:8888/alfresco/webdav/myfile.doc&lt;/A&gt;&lt;SPAN&gt;, the documents were read-only in word.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I found a solution from MS. There is a registry key on the client computer that must be added:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\Common\Internet\OpenDocumentsReadWriteWhileBrowsing = 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This will allow office to open documents in read/write mode over an http link.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I guess there might be some other issues if you open links with FF since it will save a local version anyway, but it works fine with IE.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 09:55:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/webdav-url-in-document-file-name/m-p/157043#M111250</guid>
      <dc:creator>alcibiade</dc:creator>
      <dc:date>2008-05-15T09:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: WebDAV url in document file name?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/webdav-url-in-document-file-name/m-p/157044#M111251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for your reply. That solved one of my problems. However, I do have to switch to IE. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have also found that if I change the &lt;/SPAN&gt;&lt;SPAN style="text-decoration: underline;"&gt;href="#{r.url}"&lt;/SPAN&gt;&lt;SPAN&gt; to &lt;/SPAN&gt;&lt;SPAN style="text-decoration: underline;"&gt;href="#{r.webdavUrl}"&lt;/SPAN&gt;&lt;SPAN&gt; in &lt;/SPAN&gt;&lt;EM&gt;browse.jsp&lt;/EM&gt;&lt;SPAN&gt; the document file name has a Webdav link. So that problem is also solved.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To avoid getting the Save as dialog from hlp-files I hade to use the Mime-edit addon for FF and add winhlp32.exe as an application. In IE this was not a problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mattias&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2008 07:30:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/webdav-url-in-document-file-name/m-p/157044#M111251</guid>
      <dc:creator>kjmsandstrom</dc:creator>
      <dc:date>2008-08-20T07:30:57Z</dc:date>
    </item>
  </channel>
</rss>

