<?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>Adding timestamp to an uploaded document</title><link>https://community.appian.com/discussions/f/data/12510/adding-timestamp-to-an-uploaded-document</link><description>I am trying to add timestamp to the file name is this possible? Here&amp;#39;s what i am using in the interface to ingest the time stamp on the uploaded document but it doesn&amp;#39;t seem to be working. 
 a!fileUploadField( label: &amp;quot;Upload the pdf&amp;quot;, labelPosition: </description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Adding timestamp to an uploaded document</title><link>https://community.appian.com/thread/55658?ContentTypeID=1</link><pubDate>Fri, 25 May 2018 00:16:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ea607d88-f1b6-4d33-905e-3c5f2dd58933</guid><dc:creator>vimalkumars</dc:creator><description>Hi Ankur, &lt;br /&gt;
&lt;br /&gt;
 The file name will be changed on submission of the form.&lt;br /&gt;
&lt;br /&gt;
Here is the sample code, I have used&lt;br /&gt;
&lt;br /&gt;
  a!fileUploadField(&lt;br /&gt;
    label: &amp;quot;File Upload&amp;quot;,&lt;br /&gt;
    labelPosition: &amp;quot;ABOVE&amp;quot;,&lt;br /&gt;
    target: ri!targetFolder,&lt;br /&gt;
    filenames: fv!file.name &amp;amp; datetext(&lt;br /&gt;
      now(),&lt;br /&gt;
      &amp;quot;yyyyddmm hhmmss&amp;quot;&lt;br /&gt;
    ),&lt;br /&gt;
    value: ri!file,&lt;br /&gt;
    saveInto: ri!file,&lt;br /&gt;
    validations: {}&lt;br /&gt;
  )&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>