<?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 it possible to configure the Placeholder Text of the &amp;quot;File Upload&amp;quot; component?</title><link>https://community.appian.com/discussions/f/user-interface/33903/is-it-possible-to-configure-the-placeholder-text-of-the-file-upload-component</link><description>Howdy all, 
 
 Haven&amp;#39;t seen this question yet, but is it possible to change the look of the File Upload component&amp;#39;s Placeholder, to add more visibility. 
 
 
 
 To Either Reflect This or 
 - Option 1: 
 
 Option 2: 
 
 
 
 This is the code snippet:</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Is it possible to configure the Placeholder Text of the "File Upload" component?</title><link>https://community.appian.com/thread/128595?ContentTypeID=1</link><pubDate>Wed, 31 Jan 2024 19:55:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cf29749f-7727-470c-850b-0bae481a10c6</guid><dc:creator>KevinQP</dc:creator><description>&lt;p&gt;Thank you so much this did it!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is it possible to configure the Placeholder Text of the "File Upload" component?</title><link>https://community.appian.com/thread/128575?ContentTypeID=1</link><pubDate>Wed, 31 Jan 2024 16:14:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:848a1bdc-de9f-4a5f-a94a-abd765f11390</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;&amp;nbsp;&lt;a href="/members/kevinp617"&gt;KevinQP&lt;/a&gt;&amp;nbsp;Try this code block.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;{
      a!richTextDisplayField(
        labelPosition: &amp;quot;COLLAPSED&amp;quot;,
        value: { a!richTextItem(text: &amp;quot;Attachments&amp;quot;) }
      ),
      a!cardLayout(
        showBorder: false(),
        padding: &amp;quot;NONE&amp;quot;,
        style: &amp;quot;#FFFFFF&amp;quot;,
        contents: {
          a!fileUploadField(
            labelPosition: &amp;quot;COLLAPSED&amp;quot;,
            label: &amp;quot;Attachments&amp;quot;,
            placeholder: &amp;quot;&amp;quot;,
            validations: {},
            buttonStyle: &amp;quot;STANDARD&amp;quot;
          )
        }
      )
    }&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is it possible to configure the Placeholder Text of the "File Upload" component?</title><link>https://community.appian.com/thread/128574?ContentTypeID=1</link><pubDate>Wed, 31 Jan 2024 16:10:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d895cf74-2b17-4be9-8c48-93b9d6389735</guid><dc:creator>Konduru Chaitanya</dc:creator><description>&lt;p&gt;Hello&amp;nbsp;&lt;a href="/members/kevinp617"&gt;KevinQP&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;As far as I am aware It is not possible to change any further than the available options.&lt;br /&gt;Have you tried using the instructions parameter to display any required text?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>