<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>Is there going to be an update to</title>
        <link>https://interactivetools.com/forum/forum-posts.php?Is-there-going-to-be-an-update-to-81504</link>
        <description></description>
        <pubDate>Mon, 16 Mar 2026 22:31:53 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;Is-there-going-to-be-an-update-to-81504" rel="self" type="application/rss+xml" />

                <item>
          <title>1-2-3 step for utilizing uploadform, was: re: Is there going to be an update to</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2243528#post2243528</link>
          <description><![CDATA[<p>Thanks, also if someone need it I made the change like this.</p>
<pre class="language-markup"><code>&lt;iframe src='cmsb/3rdParty/uploadForm3_iframe.php?table=&lt;?php echo $tableName ?&gt;&amp;amp;field=upload&amp;amp;num=&lt;?php echo $recordNum ?&gt;&amp;amp;preSaveTempId=&lt;?php echo $FORM_PRESAVETEMPID ?&gt;'
            height='100' width='600' frameborder='0' scrolling='no'&gt;
&lt;/iframe&gt;</code></pre>
<p>$allowedTables = array('every_field_multi');<br />$allowedFields = array('upload');</p>
<p><span>to</span></p>
<p>$allowedTables = array($table);<br />$allowedFields = array($field);</p>]]></description>
          <pubDate>Sun, 30 Jun 2019 11:43:51 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2243528#post2243528</guid>
        </item>
                <item>
          <title>1-2-3 step for utilizing uploadform, was: re: Is there going to be an update to</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2243214#post2243214</link>
          <description><![CDATA[<p>Hi Dave,</p>
<p>Thanks. I understand, and appreciate, that.  I figured out a couple hours ago the answer I needed and have been working/testing since. Also, Daniel pointed out what I discovered as well:</p>
<p>&gt; Hi Terry,<br />&gt; <br />&gt; Based on that error, can you try changing this line:<br />&gt; <br />&gt; $allowedTables = array('every_field_multi');<br />&gt; <br />&gt; <br />&gt; to:<br />&gt; <br />&gt; $allowedTables = array('orders');<br />&gt; <br />&gt; <br />&gt; That array should contain any tables you want to be able to add uploads <br />&gt; to with the iframe.<br />&gt; <br />&gt; Let me know if that helps!<br />&gt; <br />&gt; Thanks,<br />&gt; Daniel</p>
<p>All is going well now. I appreciate all the input and the willingness to help. Thank you to all.</p>]]></description>
          <pubDate>Mon, 25 Mar 2019 18:49:03 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2243214#post2243214</guid>
        </item>
                <item>
          <title>1-2-3 step for utilizing uploadform, was: re: Is there going to be an update to</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2243213#post2243213</link>
          <description><![CDATA[<p>Hey Terry, </p>
<p>It's really hard to know without us spending some time to debug it.  We sometimes make our internal libraries available to be helpful but they can require a bit of extra programming time to get them working perfectly (which is why we haven't officially released it as a plugin).</p>]]></description>
          <pubDate>Mon, 25 Mar 2019 15:54:47 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2243213#post2243213</guid>
        </item>
                <item>
          <title>1-2-3 step for utilizing uploadform, was: re: Is there going to be an update to</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2243200#post2243200</link>
          <description><![CDATA[<p>1. Yep. Exact same require once statement as is on the companion page.</p>
<p>2. Nope. Nothing. Nada in developer log.</p>
]]></description>
          <pubDate>Fri, 22 Mar 2019 14:58:07 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2243200#post2243200</guid>
        </item>
                <item>
          <title>1-2-3 step for utilizing uploadform, was: re: Is there going to be an update to</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2243195#post2243195</link>
          <description><![CDATA[<p>Hi Equinox,</p>
<p>The first things I would check are that:</p>
<ol><li>The require statement at the top of the iframe PHP file is pointing to the correct location of viewer_functions.php</li>
<li>Are there any error messages in the CMSB developer log?</li>
</ol><p>Let me know if that helps progress at all!</p>
<p>Thanks,</p>]]></description>
          <pubDate>Fri, 22 Mar 2019 13:59:34 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2243195#post2243195</guid>
        </item>
                <item>
          <title>1-2-3 step for utilizing uploadform, was: re: Is there going to be an update to</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2243182#post2243182</link>
          <description><![CDATA[<p>Hi Daniel,</p>
<p>It's driving me batty. I would like to learn to do what should be simple for a web designer.</p>
<p>New site. Starting from scratch. Using the uploadForm3 files annotated in a previous post. I've started working from uploadForm3_add.php into my own ordering.php page. Right now it's a basic skeleton. I haven't configured any security checks, email thank yous, etc. as I just want to get the form working and working with the upload field. Right now it adds the record to the database and every field adds properly EXCEPT the upload portion.</p>
<p>The ordering.php calls to include the iframe page (uploadForm3_iframe-1.php) because a photo/image needs to be uploaded via this ordering.php page and inserted into the CMSB database in a section called "orders".</p>
<p>Here's the call:</p>
<blockquote>
<p>&lt;tr&gt;<br />&lt;td valign="top"&gt;Uploads&lt;/td&gt;<br />&lt;td&gt;<br />&lt;?php /* TODO: Add security check in uploadForm3_iframe.php to limit access to only allowed uploads */ ?&gt;<br />&lt;iframe src='uploadForm3_iframe-1.php?table=&lt;?php echo $tableName ?&gt;&amp;amp;field=upload&amp;amp;num=&lt;?php echo $recordNum ?&gt;&amp;amp;preSaveTempId=&lt;?php echo htmlencode($preSaveTempId) ?&gt;'<br />height='100' width='600' frameborder='0' scrolling='no'&gt;<br />&lt;/iframe&gt;&lt;br/&gt;<br />&lt;/td&gt;<br />&lt;/tr&gt;</p>
</blockquote>
<p>If I use the incorrect url or don't have the iframe page available then I get a piece of the 404 page showing on the ordering.php page. If I include the iframe page correctly then I just get a blank section. (in fact, if I even try to view just the iframe page in a browser I get a blank page, no errors and viewing source is blank too). I suspected that maybe the .htaccess file is blocking iframes but doesn't appear to. Here's what's in my .htaccess file:</p>
<blockquote>
<p>RewriteEngine On<br />RewriteCond %{HTTPS} off [OR]<br />RewriteCond %{HTTP_HOST} ^www\. [NC]<br />RewriteCond %{HTTP_HOST} ^(?:www\.)?(.+)$ [NC]<br />RewriteRule ^ <a>https://%1%{REQUEST_URI</a>} [L,NE,R=301]<br />Options -Indexes<br />ErrorDocument 404 /index.php<br />ErrorDocument 401 /index.php<br />ErrorDocument 403 /index.php</p>
<p>&lt;Files 403.shtml&gt;<br />order allow,deny<br />allow from all<br />&lt;/Files&gt;</p>
</blockquote>
<p>At the moment I have gone back to the beginning and just uploaded the iframe file "as-is" (from my download from the forum post)...no variables changed at all on the iframe page. If I modify the top of the iframes page to use the same require once line as the ordering.php page has</p>
<p>then I get the following error:</p>
<blockquote>
<p>Tablename 'orders' isn't in list of allowed tablenames!</p>
</blockquote>
<p>At least it's not blank.</p>]]></description>
          <pubDate>Tue, 19 Mar 2019 12:59:30 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2243182#post2243182</guid>
        </item>
                <item>
          <title>1-2-3 step for utilizing uploadform, was: re: Is there going to be an update to</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2243181#post2243181</link>
          <description><![CDATA[<p>Hi Equinox,</p>
<p>Are you starting from scratch with the form, or are you upgrading from an older version? Also, are you receiving any error messages when trying your current implementation?</p>
<p>Thanks,</p>]]></description>
          <pubDate>Tue, 19 Mar 2019 12:09:08 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2243181#post2243181</guid>
        </item>
                <item>
          <title>1-2-3 step for utilizing uploadform, was: re: Is there going to be an update to</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2243166#post2243166</link>
          <description><![CDATA[<p>Hi Daniel and anyone else following this thread,</p>
<p>Is there a 1-2-3 step walkthrough for using the uploadforms? I can get quite a bit of it done (or have) but mostly mimicking what I see (like a monkey) without understanding everything happening. I can successfully get text fields to submit to the database but am completely lost making the image upload work.  It "seems" to me that the uploadForm3_add.php, at the point in which an image is to be browsed for and uploaded, makes a call to uploadForm3_iframe-1.php in order to make that part happen. Is that correct? And if so, I'm not certain what I need to modify in order to make the browse button show up and function.</p>
<p>Oh, and I'm using CMSB version 3.15/3.50 with php 7.2.6 and MySQL Community Server (GPL) v5.6.39-cll-lve.</p>
<p>Any and all help is tremendously appreciated.</p>]]></description>
          <pubDate>Wed, 13 Mar 2019 22:07:55 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2243166#post2243166</guid>
        </item>
                <item>
          <title>Is there going to be an update to</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2242822#post2242822</link>
          <description><![CDATA[<p>Hi Craig,</p>
<p>First, I'm attaching the latest version of uploadForm3 files - they have been updated to support PHP 7. You will likely need to incorporate some config info from your old files into these new ones (make sure to back up first!). Let me know if that resolves any of your issues.</p>
<p>Next, tf you're still having trouble after that, can you check in the CMSB Developer Log and report any error messages that are showing up there?</p>
<p>Thanks,</p>]]></description>
          <pubDate>Fri, 28 Dec 2018 12:20:28 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2242822#post2242822</guid>
        </item>
                <item>
          <title>Is there going to be an update to</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2242821#post2242821</link>
          <description><![CDATA[<p>Hey Daniel - </p>
<p>I changed the php setting on my website to 7.2 in anticipation of upgrading to the latest cms release (we are currently running 3.10) when i did that, the upload option as well as the forms that write back to the data to the CMS system stopped working correctly. </p>
<p>That is what prompted my post.</p>
<p>thanks!</p>
<p>Craig</p>
]]></description>
          <pubDate>Fri, 28 Dec 2018 11:22:36 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2242821#post2242821</guid>
        </item>
                <item>
          <title>Is there going to be an update to</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2242804#post2242804</link>
          <description><![CDATA[<p>Hi Craig,</p>
<p>Could you elaborate a little more about the issues you're having? Are you encountering errors when you try to move to 3.15 and PHP 7.x?</p>
<p>Thanks,</p>]]></description>
          <pubDate>Thu, 27 Dec 2018 10:38:20 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2242804#post2242804</guid>
        </item>
                <item>
          <title>Is there going to be an update to</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2242785#post2242785</link>
          <description><![CDATA[<p>the updateform3 file up-loader or will the forms plugin be updated to facilitate attaching files to records loaded in the database under mysqli and the 3.15 version of CMSB. Alternatively if anyone has any ideas I am open to it.  I want to move to 3.15 and php 7.x but can't because we use that process to have people upload resumes for open positions and then they all get loaded into CMSB for easy access.</p>
<p>Thanks!</p>
<p>Craig</p>
]]></description>
          <pubDate>Fri, 21 Dec 2018 15:12:01 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2242785#post2242785</guid>
        </item>
              </channel>
    </rss>
  