<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>is there a way to upload videos to the system and then have other users to watch it?</title><link>https://community.appian.com/discussions/f/user-interface/24317/is-there-a-way-to-upload-videos-to-the-system-and-then-have-other-users-to-watch-it</link><description>Web Video will not work since it only plays videos that have already been uploaded to the website by a different way</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: is there a way to upload videos to the system and then have other users to watch it?</title><link>https://community.appian.com/thread/93826?ContentTypeID=1</link><pubDate>Tue, 19 Apr 2022 18:29:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5e654436-01a0-46db-8f5a-eba023de997f</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;I think you can accomplish this by passing the in-Appian URL of the uploaded video file, i.e. perhaps by using &amp;quot;&lt;strong&gt;&lt;em&gt;document(ri!videoFileId, &amp;quot;url&amp;quot;)&lt;/em&gt;&lt;/strong&gt;&amp;quot;.&amp;nbsp; I&amp;#39;ll see if I can confirm in my community site.&lt;/p&gt;
&lt;p&gt;Edit: tried it out and it works fine.&lt;br /&gt;&lt;pre class="ui-code" data-mode="java"&gt;a!videoField(
  label: &amp;quot;Video&amp;quot;,
  labelPosition: &amp;quot;ABOVE&amp;quot;,
  videos: {
    a!webVideo(
      source: document(cons!MS_TEST_VIDEO, &amp;quot;url&amp;quot;)
    )
  }
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>