<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>Remove or Expand Character Count Limit for upload info fields?</title>
        <link>https://interactivetools.com/forum/forum-posts.php?Remove-or-Expand-Character-Count-Limit-for-upload-info-fields-71701</link>
        <description></description>
        <pubDate>Sun, 13 Sep 2026 17:05:04 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;Remove-or-Expand-Character-Count-Limit-for-upload-info-fields-71701" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [chris] Remove or Expand Character Count Limit for upload info fields?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2206606#post2206606</link>
          <description><![CDATA[Thanks. That worked perfectly.<br />]]></description>
          <pubDate>Wed, 08 Sep 2010 08:02:21 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2206606#post2206606</guid>
        </item>
                <item>
          <title>Re: [zip222] Remove or Expand Character Count Limit for upload info fields?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2206602#post2206602</link>
          <description><![CDATA[Hi zip222,<br /><br />Good question!<br /><br />It's a little tricky, but it can be done. Unfortunately, the solution involves modifying a CMS Builder source file, so you'll need to remember to make the same change again after upgrading. (Note that you won't need to run the MySQL command again, just the code change.)<br /><br />1. Run this MySQL statement:<br /><br /><code>ALTER TABLE cms_uploads MODIFY `info1` TEXT NOT NULL, MODIFY `info2` TEXT NOT NULL, MODIFY `info3` TEXT NOT NULL, MODIFY `info4` TEXT NOT NULL, MODIFY `info5` TEXT NOT NULL</code><br /><br />You can use the free MySQL Console addon available on our website if you don't have an easy way to run MySQL statements.<br /><br />2. Open up cmsAdmin/lib/menus/default/uploadModify.php in a text editor and search for &quot;maxlength&quot; (or find line 98). Remove the code in red below:<br /><br /><code>                $fieldHTML     = &quot;&lt;input class='text-input' type='text' name='$formFieldName' value='&quot; .htmlspecialchars($uploadRecord[$infoFieldname], ENT_QUOTES). &quot;' size='55' <span style="color:red"><strike>maxlength='255'</strike></span> /&gt;&quot;;</code><br /><br />I hope this helps! Please let me know if you have any questions.<br />]]></description>
          <pubDate>Tue, 07 Sep 2010 19:37:00 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2206602#post2206602</guid>
        </item>
                <item>
          <title>Remove or Expand Character Count Limit for upload info fields?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2206601#post2206601</link>
          <description><![CDATA[Is it possible to either remove or expand the character count limit for the upload info fields?<br />]]></description>
          <pubDate>Tue, 07 Sep 2010 18:19:43 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2206601#post2206601</guid>
        </item>
              </channel>
    </rss>
  