<?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>Document Upload Default Validation Message</title><link>https://community.appian.com/discussions/f/general/39264/document-upload-default-validation-message</link><description>Hi Appian Gurus, 
 When I try to upload a file with more than 30 MB, I am getting this Appian inbuilt validation message which is totally misleading is it possbile to customize or edit this validation message in Appian On Prem environment.</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Document Upload Default Validation Message</title><link>https://community.appian.com/thread/148870?ContentTypeID=1</link><pubDate>Wed, 11 Jun 2025 12:08:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:61f38d29-0043-4e7f-9072-81b34b52b0e6</guid><dc:creator>Mike Schmitt</dc:creator><description>[quote userid="294115" url="~/discussions/f/general/39264/document-upload-default-validation-message/148863"]a java smart service or function that returns file size[/quote]
&lt;p&gt;not sure what this would do.&amp;nbsp; if we&amp;#39;re gonna require the user to do something, then it would be just as easy for them to read the file size themselves from whatever computer / device they&amp;#39;re uploading it from.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Document Upload Default Validation Message</title><link>https://community.appian.com/thread/148863?ContentTypeID=1</link><pubDate>Wed, 11 Jun 2025 08:20:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:91c14a4c-f894-4999-b903-79d042bce2fc</guid><dc:creator>David Jimenez </dc:creator><description>&lt;p&gt;Maybe creating a java smart service or function that returns file size and use it before uploading the file?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.baeldung.com/java-file-size"&gt;www.baeldung.com/java-file-size&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Document Upload Default Validation Message</title><link>https://community.appian.com/thread/148853?ContentTypeID=1</link><pubDate>Wed, 11 Jun 2025 02:17:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8e7d4427-49f0-4d86-b585-8a3cbc2ab0a4</guid><dc:creator>Shubham Aware</dc:creator><description>&lt;p&gt;Before file upload you can&amp;rsquo;t check file size. Use helperText to warn users in advance.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Document Upload Default Validation Message</title><link>https://community.appian.com/thread/148851?ContentTypeID=1</link><pubDate>Tue, 10 Jun 2025 20:09:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2466f86f-b799-46bc-bb13-c1b0bf660538</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;How would a system validate a file before it&amp;#39;s uploaded?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Document Upload Default Validation Message</title><link>https://community.appian.com/thread/148850?ContentTypeID=1</link><pubDate>Tue, 10 Jun 2025 19:53:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:93c12616-995d-4bb0-8d63-17ed3859b4b2</guid><dc:creator>Prabha</dc:creator><description>&lt;p&gt;Is it possible to implement pre upload validation for file upload component ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Document Upload Default Validation Message</title><link>https://community.appian.com/thread/148847?ContentTypeID=1</link><pubDate>Tue, 10 Jun 2025 18:14:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c5104070-d348-4f26-898e-97da3406d5bc</guid><dc:creator>David Jimenez </dc:creator><description>&lt;p&gt;You can mofify the file size that can be uploaded, but not the message itself.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Document Upload Default Validation Message</title><link>https://community.appian.com/thread/148839?ContentTypeID=1</link><pubDate>Tue, 10 Jun 2025 15:00:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3561cc6f-900d-4c4a-aadc-a2c21d2f5095</guid><dc:creator>Shubham Aware</dc:creator><description>&lt;p&gt;&lt;span&gt;On Prem environment:&lt;/span&gt;&lt;br /&gt;The validation message text cannot be directly modified because it is part of Appian&amp;#39;s core validation system. The 30MB limit and its corresponding validation message are hardcoded into the platform&amp;#39;s file upload components.&lt;br /&gt;To adjust the maximum file upload size, you can modify the following system property:&lt;br /&gt;In Configuring System Properties([APPIAN_HOME]/server/conf/server.properties) -&amp;gt; appian.upload.max.size -&amp;gt; Change to whatever you want.&lt;/p&gt;
&lt;p&gt;I would recommend -&amp;gt; Use a document check rule before processing&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>