<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Easy File Uploading Solution For PHP</title>
	<atom:link href="http://amiworks.co.in/talk/handling-file-uploads-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://amiworks.co.in/talk/handling-file-uploads-in-php/</link>
	<description>all about my work</description>
	<lastBuildDate>Tue, 10 Jan 2012 10:04:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Jean</title>
		<link>http://amiworks.co.in/talk/handling-file-uploads-in-php/comment-page-1/#comment-32517</link>
		<dc:creator>Jean</dc:creator>
		<pubDate>Thu, 29 Apr 2010 21:00:54 +0000</pubDate>
		<guid isPermaLink="false">http://amiworks.co.in/talk/handling-file-uploads-in-php/#comment-32517</guid>
		<description>Can you hlep me please with class.upload.php?</description>
		<content:encoded><![CDATA[<p>Can you hlep me please with class.upload.php?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manoj Sharma</title>
		<link>http://amiworks.co.in/talk/handling-file-uploads-in-php/comment-page-1/#comment-22749</link>
		<dc:creator>Manoj Sharma</dc:creator>
		<pubDate>Sun, 06 Sep 2009 09:16:11 +0000</pubDate>
		<guid isPermaLink="false">http://amiworks.co.in/talk/handling-file-uploads-in-php/#comment-22749</guid>
		<description>if($_FILES[&#039;my_field&#039;][&#039;error&#039;]!=4)
{
  $handle = new Upload($_FILES[&#039;my_field&#039;]);
  if ($handle-&gt;uploaded)
  {
  
  $str=&quot;image&quot;;
     $handle-&gt;file_new_name_body =$str;
     $handle-&gt;Process(&#039;../cart/image/coins/&#039;);
     if ($handle-&gt;processed)
     {
      echo &quot;file is renamed and stored in images/originalview folder.&quot;;
     }
   }
   else
   {
      echo &#039;  Error: &#039; . $handle-&gt;error . &#039;&#039;;
   }
}


Now I have store image name with full extension but when i call $str then it comes only &#039;image&#039; not extension . how i can get image name with extension. or any function in claa.upload.

plsz help</description>
		<content:encoded><![CDATA[<p>if($_FILES['my_field']['error']!=4)<br />
{<br />
  $handle = new Upload($_FILES['my_field']);<br />
  if ($handle-&gt;uploaded)<br />
  {</p>
<p>  $str=&#8221;image&#8221;;<br />
     $handle-&gt;file_new_name_body =$str;<br />
     $handle-&gt;Process(&#8216;../cart/image/coins/&#8217;);<br />
     if ($handle-&gt;processed)<br />
     {<br />
      echo &#8220;file is renamed and stored in images/originalview folder.&#8221;;<br />
     }<br />
   }<br />
   else<br />
   {<br />
      echo &#8216;  Error: &#8216; . $handle-&gt;error . &#8221;;<br />
   }<br />
}</p>
<p>Now I have store image name with full extension but when i call $str then it comes only &#8216;image&#8217; not extension . how i can get image name with extension. or any function in claa.upload.</p>
<p>plsz help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sagar</title>
		<link>http://amiworks.co.in/talk/handling-file-uploads-in-php/comment-page-1/#comment-20317</link>
		<dc:creator>Sagar</dc:creator>
		<pubDate>Wed, 12 Aug 2009 10:17:13 +0000</pubDate>
		<guid isPermaLink="false">http://amiworks.co.in/talk/handling-file-uploads-in-php/#comment-20317</guid>
		<description>Thanx for the script. It helped me lot</description>
		<content:encoded><![CDATA[<p>Thanx for the script. It helped me lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sebastian</title>
		<link>http://amiworks.co.in/talk/handling-file-uploads-in-php/comment-page-1/#comment-6276</link>
		<dc:creator>sebastian</dc:creator>
		<pubDate>Wed, 18 Mar 2009 15:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://amiworks.co.in/talk/handling-file-uploads-in-php/#comment-6276</guid>
		<description>No worries mate! I finally got this thing to work. EXCELLENT =oD!! Thanx 4 the script.</description>
		<content:encoded><![CDATA[<p>No worries mate! I finally got this thing to work. EXCELLENT =oD!! Thanx 4 the script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sebastian</title>
		<link>http://amiworks.co.in/talk/handling-file-uploads-in-php/comment-page-1/#comment-6275</link>
		<dc:creator>sebastian</dc:creator>
		<pubDate>Wed, 18 Mar 2009 15:22:25 +0000</pubDate>
		<guid isPermaLink="false">http://amiworks.co.in/talk/handling-file-uploads-in-php/#comment-6275</guid>
		<description>it keeps giving me &quot;Error: File error. Please try again.&quot; HELP!</description>
		<content:encoded><![CDATA[<p>it keeps giving me &#8220;Error: File error. Please try again.&#8221; HELP!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sebastian</title>
		<link>http://amiworks.co.in/talk/handling-file-uploads-in-php/comment-page-1/#comment-6274</link>
		<dc:creator>sebastian</dc:creator>
		<pubDate>Wed, 18 Mar 2009 15:11:41 +0000</pubDate>
		<guid isPermaLink="false">http://amiworks.co.in/talk/handling-file-uploads-in-php/#comment-6274</guid>
		<description>Im confused. What do I have to do with class.upload.php? do i have to include it at the beginning of the file-upload.php? It&#039;s not working for me =o(</description>
		<content:encoded><![CDATA[<p>Im confused. What do I have to do with class.upload.php? do i have to include it at the beginning of the file-upload.php? It&#8217;s not working for me =o(</p>
]]></content:encoded>
	</item>
</channel>
</rss>

