<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1032052" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1032052</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-upload-form-please-help-it-doesnt-work#comment-1187783</link>
    <description> &lt;p&gt;Success! I got it!&lt;br /&gt;
Thanks all. ^_^&lt;/p&gt;
 </description>
     <pubDate>Sun, 11 Dec 2005 03:15:02 +0000</pubDate>
 <dc:creator>EGS</dc:creator>
 <guid isPermaLink="false">comment 1187783 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-upload-form-please-help-it-doesnt-work#comment-1187759</link>
    <description> &lt;p&gt;replace if ($_POST[&#039;file&#039;]) {&lt;br /&gt;
$copy = copy ($_FILES[&quot;file&quot;][&quot;tmp_name&quot;], $path.&quot;/&quot;.$_FILES[&quot;file&quot;][&quot;name&quot;]);&lt;/p&gt;
&lt;p&gt;if ($copy == TRUE) {&lt;br /&gt;
echo &quot;&lt;a href=&#039;&amp;quot;.$url.&amp;quot;/&amp;quot;.$_POST[&amp;quot;file&amp;quot;].&amp;quot;&#039;&gt;View your file!&lt;/a&gt;&quot;;&lt;br /&gt;
} else {&lt;br /&gt;
echo &quot;Nope didnt go through; go back and try again!&quot;;&lt;br /&gt;
}&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;note you will have to add the bits I didn&#039;t put in, such as the image being displayed and a more user friendly error message&lt;/p&gt;
 </description>
     <pubDate>Sat, 10 Dec 2005 21:00:42 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1187759 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-upload-form-please-help-it-doesnt-work#comment-1187728</link>
    <description> &lt;p&gt;What should I replace in my code with your code? The error I get is just that it doesn&#039;t work. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 10 Dec 2005 15:54:04 +0000</pubDate>
 <dc:creator>EGS</dc:creator>
 <guid isPermaLink="false">comment 1187728 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-upload-form-please-help-it-doesnt-work#comment-1187708</link>
    <description> &lt;p&gt;What errors do you get?&lt;/p&gt;
&lt;p&gt;can try&lt;br /&gt;
 if(move_uploaded_file($_FILES[&#039;file&#039;][&#039;tmp_name&#039;], $path.&quot;/&quot;.$_FILES[&#039;file&#039;][&#039;name&#039;]))&lt;br /&gt;
{&lt;br /&gt;
view your file&lt;br /&gt;
}else{&lt;br /&gt;
no go&lt;br /&gt;
}&lt;br /&gt;
Also using function names is not a good idea.&lt;/p&gt;
 </description>
     <pubDate>Sat, 10 Dec 2005 07:00:36 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1187708 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
