<?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>Can we save MP4 file using file upload and use it in UI?</title><link>https://community.appian.com/discussions/f/user-interface/34628/can-we-save-mp4-file-using-file-upload-and-use-it-in-ui</link><description>Hi, 
 I am trying to experiment on Video Field and I would like to upload my videos to appian and play them in UI. As I am implementing this, I got stuck as a!webVideo taking URL as source but how can I implement this?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Can we save MP4 file using file upload and use it in UI?</title><link>https://community.appian.com/thread/136554?ContentTypeID=1</link><pubDate>Fri, 07 Jun 2024 12:23:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e300c30c-c4b6-496d-b20d-2baa822d0808</guid><dc:creator>Yogi Patel</dc:creator><description>&lt;p&gt;Try &amp;quot;url&amp;quot; propery of document. See sample below:&lt;pre class="ui-code" data-mode="text"&gt;a!videoField(
  videos: a!webVideo(
	source: document(local!documentId, &amp;quot;url&amp;quot;)
	)
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can we save MP4 file using file upload and use it in UI?</title><link>https://community.appian.com/thread/136442?ContentTypeID=1</link><pubDate>Wed, 05 Jun 2024 12:32:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c1239b29-10fe-49da-9068-47e9c0e1ebd7</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;David&amp;#39;s proposed context, as seen above, works for me - &amp;quot;[environment]/suite/doc/[docId]&amp;quot;.&amp;nbsp; That&amp;#39;s not what you have in your screenshot.&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/13/pastedimage1717590766441v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;Edit: I like Yogi&amp;#39;s suggestion below - I&amp;#39;d personally forgotten about the (newer, i think) &amp;quot;url&amp;quot; option for the &amp;quot;document()&amp;quot; function, but this is ideal because it constructs the URL for us automatically, and (for what it&amp;#39;s worth) encrypts the Doc ID in the resulting URL.&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/13/pastedimage1717766396968v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can we save MP4 file using file upload and use it in UI?</title><link>https://community.appian.com/thread/133120?ContentTypeID=1</link><pubDate>Thu, 11 Apr 2024 01:02:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c4aec50c-1920-4c2c-96c3-2410963bc649</guid><dc:creator>tejaswinichalla</dc:creator><description>&lt;p&gt;Thank you &lt;a href="/members/daniell"&gt;Dan Lluhi&lt;/a&gt;&amp;nbsp;, will try this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can we save MP4 file using file upload and use it in UI?</title><link>https://community.appian.com/thread/133119?ContentTypeID=1</link><pubDate>Thu, 11 Apr 2024 00:56:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f37abf9a-dc59-4aaa-9e54-e1e29e454102</guid><dc:creator>tejaswinichalla</dc:creator><description>&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/13/pastedimage1712796863824v1.png" alt=" " /&gt;&lt;br /&gt;Hi, &amp;nbsp;&lt;br /&gt;i tried by giving document source but the video just appeared black screen rather than playing&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can we save MP4 file using file upload and use it in UI?</title><link>https://community.appian.com/thread/133042?ContentTypeID=1</link><pubDate>Tue, 09 Apr 2024 21:08:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bd4838f5-b944-4b92-8d78-f1fbf33cfc91</guid><dc:creator>Dan Lluhi</dc:creator><description>&lt;p&gt;I have not tried to be sure but the &lt;a href="https://docs.appian.com/suite/help/24.1/Web_Video_Component.html#usage-considerations"&gt;docs page for a!webVideo&lt;/a&gt; says &amp;quot;Appian documents cannot be used as the source video.&amp;quot;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can we save MP4 file using file upload and use it in UI?</title><link>https://community.appian.com/thread/133040?ContentTypeID=1</link><pubDate>Tue, 09 Apr 2024 21:01:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ddac9c74-d0c8-4551-b349-6798707cd16d</guid><dc:creator>David Jimenez </dc:creator><description>&lt;p&gt;If you need the url, you can experiment with &amp;quot;&lt;span&gt;/suite/doc/&amp;lt;docId&amp;gt;&amp;quot;, being the docId the video you have just stored in Appian&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can we save MP4 file using file upload and use it in UI?</title><link>https://community.appian.com/thread/133033?ContentTypeID=1</link><pubDate>Tue, 09 Apr 2024 19:36:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:72649d5c-8fbf-44b0-94b1-4873f73b8bb9</guid><dc:creator>Dan Lluhi</dc:creator><description>&lt;p&gt;I don&amp;#39;t believe there is a way to directly play a video stored as an Appian Document (uploaded by the user). As you noted the a!videoField requires that the a!webVideo is hosted at some URL. If this is a requirement then you may need to find a way to programmatically take the user&amp;#39;s uploaded video file, host it somewhere, and then use a!webVideo pointed to that URL.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>