<?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: Preloading a document before the meeting start in Cloud Collaboration</title>
    <link>https://community.cisco.com/t5/cloud-collaboration/preloading-a-document-before-the-meeting-start/m-p/3560443#M1546</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I was not aware of that security feature. There is another security feature that comes up fairly often with these same browsers, when trying to send XML API commands over XMLHttpRequest due to cross domain scripting limitations. I cannot provide a work around for those browsers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Jul 2014 17:39:41 GMT</pubDate>
    <dc:creator>nmorrow</dc:creator>
    <dc:date>2014-07-09T17:39:41Z</dc:date>
    <item>
      <title>Preloading a document before the meeting start</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/preloading-a-document-before-the-meeting-start/m-p/3560438#M1541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know whether there is a way for the lecturer to preload a document to the meeting before it starts and if it is possible, How that can be done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2014 10:23:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/preloading-a-document-before-the-meeting-start/m-p/3560438#M1541</guid>
      <dc:creator>thamashaj</dc:creator>
      <dc:date>2014-07-03T10:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: Preloading a document before the meeting start</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/preloading-a-document-before-the-meeting-start/m-p/3560439#M1542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; This cannot be done via API. It is possible to auto share a document at meeting start using the URL API Host meeting command, but this is a real time upload and share feature. manual document uploading is available on the traditional WebEx user interface and can be demonstrated by your WebEx account manager or sales representative.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2014 19:51:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/preloading-a-document-before-the-meeting-start/m-p/3560439#M1542</guid>
      <dc:creator>nmorrow</dc:creator>
      <dc:date>2014-07-03T19:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Preloading a document before the meeting start</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/preloading-a-document-before-the-meeting-start/m-p/3560440#M1543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How is it possible to access the client machine's local path from the server to add a value for the Document Location(DL) tag? For security reasons, it is not possible to get the full path of a file, in a local machine from the code. Is there any work around?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2014 09:25:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/preloading-a-document-before-the-meeting-start/m-p/3560440#M1543</guid>
      <dc:creator>thamashaj</dc:creator>
      <dc:date>2014-07-04T09:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Preloading a document before the meeting start</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/preloading-a-document-before-the-meeting-start/m-p/3560441#M1544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The host meeting command is a locally run command from the web browser. The local document location would typically be specified by the end user. I would recommend using a file selection HTML form element to populate the value if using this command to accomplish autoshare.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 18:23:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/preloading-a-document-before-the-meeting-start/m-p/3560441#M1544</guid>
      <dc:creator>nmorrow</dc:creator>
      <dc:date>2014-07-08T18:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: Preloading a document before the meeting start</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/preloading-a-document-before-the-meeting-start/m-p/3560442#M1545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When using a file selection in HTML control, due to security reasons, only Internet Explorer provides the original path, Chrome provides a fake path and Firefox provides only the name of that file. Is there any work around for this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 06:05:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/preloading-a-document-before-the-meeting-start/m-p/3560442#M1545</guid>
      <dc:creator>thamashaj</dc:creator>
      <dc:date>2014-07-09T06:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Preloading a document before the meeting start</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/preloading-a-document-before-the-meeting-start/m-p/3560443#M1546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I was not aware of that security feature. There is another security feature that comes up fairly often with these same browsers, when trying to send XML API commands over XMLHttpRequest due to cross domain scripting limitations. I cannot provide a work around for those browsers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 17:39:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/preloading-a-document-before-the-meeting-start/m-p/3560443#M1546</guid>
      <dc:creator>nmorrow</dc:creator>
      <dc:date>2014-07-09T17:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Preloading a document before the meeting start</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/preloading-a-document-before-the-meeting-start/m-p/3560444#M1547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I upload multiple documents using the &lt;SPAN style="color: #3d3d3d; font-family: arial; font-size: 12px;"&gt;URL API Host meeting command or else Is there another way to upload multiple documents when joining a meeting?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 06:42:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/preloading-a-document-before-the-meeting-start/m-p/3560444#M1547</guid>
      <dc:creator>thamashaj</dc:creator>
      <dc:date>2014-07-21T06:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Preloading a document before the meeting start</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/preloading-a-document-before-the-meeting-start/m-p/3560445#M1548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thamasha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately we do not have any APIs which support uploading multiple documents into a meeting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jayde&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 17:58:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/preloading-a-document-before-the-meeting-start/m-p/3560445#M1548</guid>
      <dc:creator>jaydem</dc:creator>
      <dc:date>2014-07-21T17:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Preloading a document before the meeting start</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/preloading-a-document-before-the-meeting-start/m-p/3560446#M1549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Jayde. By the way, Is there a way to autoshare multiple documents?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2014 06:17:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/preloading-a-document-before-the-meeting-start/m-p/3560446#M1549</guid>
      <dc:creator>thamashaj</dc:creator>
      <dc:date>2014-07-22T06:17:12Z</dc:date>
    </item>
  </channel>
</rss>

