<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1020480" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1020480</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-image-upload-help#comment-1125504</link>
    <description> &lt;p&gt;worked like a charm.  THANKS~&lt;/p&gt;
 </description>
     <pubDate>Mon, 17 Feb 2003 02:54:24 +0000</pubDate>
 <dc:creator>shanda</dc:creator>
 <guid isPermaLink="false">comment 1125504 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-image-upload-help#comment-1125358</link>
    <description> &lt;p&gt;1. You need to add &lt;strong&gt;enctype=&quot;multipart/form-data&quot;&lt;/strong&gt; to your  tag...&lt;/p&gt;
&lt;p&gt;2. In your HTML you have the 2 file fields named &quot;imagefile&lt;strong&gt;1&lt;/strong&gt;&quot; and &quot;imagefile&lt;strong&gt;2&lt;/strong&gt;&quot; but in your PHP code you&#039;re trying to get the filetype and filename of &quot;imagefile&quot; (without the 1 or 2 at the end).&lt;/p&gt;
 </description>
     <pubDate>Fri, 14 Feb 2003 00:26:35 +0000</pubDate>
 <dc:creator>zollet</dc:creator>
 <guid isPermaLink="false">comment 1125358 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-image-upload-help#comment-1125355</link>
    <description> &lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;echo\&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;&amp;lt;form method=post action=&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$PHP_SELF&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&amp;gt;&amp;lt;center&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;table&amp;gt;&lt;br /&gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Image 1 &amp;lt;input type=\\&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;file&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;\\&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot; name=\\&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;imagefile1&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;\\&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;&amp;gt; &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Image 2 &amp;lt;input type=\\&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;file&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;\\&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot; name=\\&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;imagefile2&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;\\&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;&amp;gt; &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;lt;/table&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/form&amp;gt;\&quot;;&lt;br /&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 13 Feb 2003 21:48:51 +0000</pubDate>
 <dc:creator>shanda</dc:creator>
 <guid isPermaLink="false">comment 1125355 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-image-upload-help#comment-1125345</link>
    <description> &lt;p&gt;Can you post your HTML  to  code?&lt;/p&gt;
 </description>
     <pubDate>Thu, 13 Feb 2003 17:45:31 +0000</pubDate>
 <dc:creator>zollet</dc:creator>
 <guid isPermaLink="false">comment 1125345 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-image-upload-help#comment-1125344</link>
    <description> &lt;p&gt;well, everytime I attempt to upload the jpeg, it goes straight to the &quot;Incorrect Filetype&quot; portion of the code.  I assumed that the upload portion isn&#039;t even being run.&lt;/p&gt;
 </description>
     <pubDate>Thu, 13 Feb 2003 17:41:37 +0000</pubDate>
 <dc:creator>shanda</dc:creator>
 <guid isPermaLink="false">comment 1125344 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-image-upload-help#comment-1125343</link>
    <description> &lt;p&gt;Why don&#039;t you have your upload code posted? The code you have posted will post the filetype ONLY IF the upload fails. So if the filetype is not printed to the browser, it must mean that the upload if successful, but perhaps your script doesn&#039;t handle the uploaded file correctly.&lt;/p&gt;
 </description>
     <pubDate>Thu, 13 Feb 2003 17:36:49 +0000</pubDate>
 <dc:creator>zollet</dc:creator>
 <guid isPermaLink="false">comment 1125343 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
