<?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: Upload Documents to Share via URL in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/upload-documents-to-share-via-url/m-p/229477#M182607</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If I understand correctly you want the server to read the contents of a URL and write it into a content property.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That sounds like a something you could do in an action, a rule, or a custom control in share.&amp;nbsp;&amp;nbsp;&amp;nbsp; It's a bit "backwards" since web browsers normally push content to be written to the server.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; However assuming that the server can read the content then its going to be fairly easy.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Oct 2010 17:31:36 GMT</pubDate>
    <dc:creator>mrogers</dc:creator>
    <dc:date>2010-10-08T17:31:36Z</dc:date>
    <item>
      <title>Upload Documents to Share via URL</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/upload-documents-to-share-via-url/m-p/229473#M182603</link>
      <description>Is there a way to configure Alfresco to upload documents via a URL?e.g. type in http://mywebsite.com/mydocument.pdfKarl</description>
      <pubDate>Wed, 06 Oct 2010 11:16:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/upload-documents-to-share-via-url/m-p/229473#M182603</guid>
      <dc:creator>karl578</dc:creator>
      <dc:date>2010-10-06T11:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Upload Documents to Share via URL</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/upload-documents-to-share-via-url/m-p/229474#M182604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Uploading of docs with a url&amp;nbsp; is not there in Share&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Oct 2010 15:03:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/upload-documents-to-share-via-url/m-p/229474#M182604</guid>
      <dc:creator>ssaravanan</dc:creator>
      <dc:date>2010-10-08T15:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: Upload Documents to Share via URL</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/upload-documents-to-share-via-url/m-p/229475#M182605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Alfresco webscripts api:s is available via &lt;/SPAN&gt;&lt;A href="http://localhost:8080/share/proxy/alfresco/" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/share/proxy/alfresco/&lt;/A&gt;&lt;SPAN&gt;, ie &lt;/SPAN&gt;&lt;A href="http://localhost:8080/share/proxy/alfresco/api/upload" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/share/proxy/alfresco/api/upload&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Documentation http:/localhost:8080/alfresco/service/index/uri/api/upload &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've not tested this, but we are able to upload documents in Share, so of course there is a way.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Oct 2010 16:17:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/upload-documents-to-share-via-url/m-p/229475#M182605</guid>
      <dc:creator>loftux</dc:creator>
      <dc:date>2010-10-08T16:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: Upload Documents to Share via URL</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/upload-documents-to-share-via-url/m-p/229476#M182606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hmm, reading again, the question is about url uploading, and likely not possible as ssaravan said.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Oct 2010 16:20:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/upload-documents-to-share-via-url/m-p/229476#M182606</guid>
      <dc:creator>loftux</dc:creator>
      <dc:date>2010-10-08T16:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: Upload Documents to Share via URL</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/upload-documents-to-share-via-url/m-p/229477#M182607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If I understand correctly you want the server to read the contents of a URL and write it into a content property.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That sounds like a something you could do in an action, a rule, or a custom control in share.&amp;nbsp;&amp;nbsp;&amp;nbsp; It's a bit "backwards" since web browsers normally push content to be written to the server.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; However assuming that the server can read the content then its going to be fairly easy.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Oct 2010 17:31:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/upload-documents-to-share-via-url/m-p/229477#M182607</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2010-10-08T17:31:36Z</dc:date>
    </item>
  </channel>
</rss>

