<?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: How to use alfresco and how to integrate alfresco with our s in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-use-alfresco-and-how-to-integrate-alfresco-with-our-s/m-p/260472#M213602</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Mike,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your reply..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;you have directed me that how to upload the documents manually.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have downloaded and installed alfresco alfresco-community-3.4.b-installer-win-x32.exe&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;it is working fine, it is manually uploading the documents.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but i need to upload the documents functionaly. i.e upload the document through my web application to alfresco repository.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;can you guide me how to configure alfresco with my web application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Satish.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Nov 2010 12:07:08 GMT</pubDate>
    <dc:creator>mandavasateesh</dc:creator>
    <dc:date>2010-11-23T12:07:08Z</dc:date>
    <item>
      <title>How to use alfresco and how to integrate alfresco with our s</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-use-alfresco-and-how-to-integrate-alfresco-with-our-s/m-p/260466#M213596</link>
      <description>Hi&amp;nbsp; Friends,Iam new to alfresco, i have downloaded and installed alfresco content management system.iam able to uploading the documents and downloading the documents.but my requirement is in my web application i am uploading the documents, these are stored in one folder( created in local meshine). B</description>
      <pubDate>Tue, 23 Nov 2010 07:11:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-use-alfresco-and-how-to-integrate-alfresco-with-our-s/m-p/260466#M213596</guid>
      <dc:creator>mandavasateesh</dc:creator>
      <dc:date>2010-11-23T07:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to use alfresco and how to integrate alfresco with our s</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-use-alfresco-and-how-to-integrate-alfresco-with-our-s/m-p/260467#M213597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You would write an application that watched the local folder and uploaded any documents that were created there into Alfresco. Then either delete or archive the document from the local folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Nov 2010 09:21:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-use-alfresco-and-how-to-integrate-alfresco-with-our-s/m-p/260467#M213597</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2010-11-23T09:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to use alfresco and how to integrate alfresco with our s</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-use-alfresco-and-how-to-integrate-alfresco-with-our-s/m-p/260468#M213598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;can you give me the sample code..how to write the application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i don;t know how to write.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i am using srtuts, hibernate,ejb, mysql and JBoss server. actually i am creating the folder by using xml file. in thi xml file iam creating the local folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;can you give me the sample code to me that is helpful for me..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Nov 2010 09:26:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-use-alfresco-and-how-to-integrate-alfresco-with-our-s/m-p/260468#M213598</guid>
      <dc:creator>mandavasateesh</dc:creator>
      <dc:date>2010-11-23T09:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to use alfresco and how to integrate alfresco with our s</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-use-alfresco-and-how-to-integrate-alfresco-with-our-s/m-p/260469#M213599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't have any sample code, sorry. It shouldn't be too difficult though: keep watching your local folder in a timed loop, when a file is created watch for it's write lock to become available (or watch the file size - depends on the operating system). Then upload the file into Alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Nov 2010 10:16:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-use-alfresco-and-how-to-integrate-alfresco-with-our-s/m-p/260469#M213599</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2010-11-23T10:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to use alfresco and how to integrate alfresco with our s</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-use-alfresco-and-how-to-integrate-alfresco-with-our-s/m-p/260470#M213600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mike,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;heare i don't want to use the local folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;while uploading directly it needs to go alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;if we use alfresco, then i think no need of local folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;while uploading only it needs to directly go to the alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;how can i do it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Nov 2010 10:39:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-use-alfresco-and-how-to-integrate-alfresco-with-our-s/m-p/260470#M213600</guid>
      <dc:creator>mandavasateesh</dc:creator>
      <dc:date>2010-11-23T10:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to use alfresco and how to integrate alfresco with our s</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-use-alfresco-and-how-to-integrate-alfresco-with-our-s/m-p/260471#M213601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry, I misunderstood your original post. In that case, just upload directly into Alfresco. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are lots of examples on the wiki, e.g. &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Web_Scripts_Examples#File_Upload" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Web_Scripts_Examples#File_Upload&lt;/A&gt;&lt;SPAN&gt; and &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/URL_Addressability#UploadContentServlet" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/URL_Addressability#UploadContentServlet&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Nov 2010 11:19:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-use-alfresco-and-how-to-integrate-alfresco-with-our-s/m-p/260471#M213601</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2010-11-23T11:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to use alfresco and how to integrate alfresco with our s</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-use-alfresco-and-how-to-integrate-alfresco-with-our-s/m-p/260472#M213602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Mike,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your reply..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;you have directed me that how to upload the documents manually.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have downloaded and installed alfresco alfresco-community-3.4.b-installer-win-x32.exe&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;it is working fine, it is manually uploading the documents.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but i need to upload the documents functionaly. i.e upload the document through my web application to alfresco repository.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;can you guide me how to configure alfresco with my web application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Satish.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Nov 2010 12:07:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-use-alfresco-and-how-to-integrate-alfresco-with-our-s/m-p/260472#M213602</guid>
      <dc:creator>mandavasateesh</dc:creator>
      <dc:date>2010-11-23T12:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to use alfresco and how to integrate alfresco with our s</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-use-alfresco-and-how-to-integrate-alfresco-with-our-s/m-p/260473#M213603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You web application need to generate a multipart/form-data POST to the Alfresco upload servlet (see the first wiki article). You'll have to do some research on how to achieve that depending on what language your application is written in.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Nov 2010 12:50:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-use-alfresco-and-how-to-integrate-alfresco-with-our-s/m-p/260473#M213603</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2010-11-23T12:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to use alfresco and how to integrate alfresco with our s</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-use-alfresco-and-how-to-integrate-alfresco-with-our-s/m-p/260474#M213604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Mike,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not understand, what is multipart/form-data POST ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;can you explain the complete procedure.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Satish&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Nov 2010 13:14:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-use-alfresco-and-how-to-integrate-alfresco-with-our-s/m-p/260474#M213604</guid>
      <dc:creator>mandavasateesh</dc:creator>
      <dc:date>2010-11-23T13:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to use alfresco and how to integrate alfresco with our s</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-use-alfresco-and-how-to-integrate-alfresco-with-our-s/m-p/260475#M213605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How much detail you want?&amp;nbsp; &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://connect.hyland.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt; &lt;/SPAN&gt;&lt;A href="http://www.faqs.org/rfcs/rfc1867.html" rel="nofollow noopener noreferrer"&gt;http://www.faqs.org/rfcs/rfc1867.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Nov 2010 13:41:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-use-alfresco-and-how-to-integrate-alfresco-with-our-s/m-p/260475#M213605</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2010-11-23T13:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to use alfresco and how to integrate alfresco with our s</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-use-alfresco-and-how-to-integrate-alfresco-with-our-s/m-p/260476#M213606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&amp;gt;&amp;gt;How much detail you want? &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://connect.hyland.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt; &lt;/SPAN&gt;&lt;A href="http://www.faqs.org/rfcs/rfc1867.html" rel="nofollow noopener noreferrer"&gt;http://www.faqs.org/rfcs/rfc1867.html&lt;/A&gt;&lt;SPAN&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That'll do it ! (helps me too) - Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2011 01:51:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-use-alfresco-and-how-to-integrate-alfresco-with-our-s/m-p/260476#M213606</guid>
      <dc:creator>georgylb</dc:creator>
      <dc:date>2011-04-29T01:51:53Z</dc:date>
    </item>
  </channel>
</rss>

