<?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: Simple Zend_Form File Upload Example Revisited</title>
	<atom:link href="http://akrabat.com/php/simple-zend_form-file-upload-example-revisited/feed/" rel="self" type="application/rss+xml" />
	<link>http://akrabat.com/php/simple-zend_form-file-upload-example-revisited/</link>
	<description>Developing PHP software in the Real World, by Rob Allen</description>
	<lastBuildDate>Mon, 15 Mar 2010 21:29:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alexis Johnson</title>
		<link>http://akrabat.com/php/simple-zend_form-file-upload-example-revisited/#comment-28874</link>
		<dc:creator>Alexis Johnson</dc:creator>
		<pubDate>Sun, 18 Oct 2009 00:18:16 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=248#comment-28874</guid>
		<description>Thanks for the post. Nice work.</description>
		<content:encoded><![CDATA[<p>Thanks for the post. Nice work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alok</title>
		<link>http://akrabat.com/php/simple-zend_form-file-upload-example-revisited/#comment-27693</link>
		<dc:creator>alok</dc:creator>
		<pubDate>Wed, 24 Jun 2009 13:51:54 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=248#comment-27693</guid>
		<description>i am using zend_form for inserting form element value i am using
$formData = $this-&gt;_request-&gt;getPost();
if ($register-&gt;isValid($formData))
 {  $users-&gt;addAlbum($formData);    }

in form i am also using zend captcha
when run this project error will be sended

 Message: SQLSTATE[42S22]: Column not found: 1054 Unknown column &#039;captcha&#039; in &#039;field list&#039; 
while i am using in form &#039;ignore&#039;=&gt;true
please help me ...
thaks</description>
		<content:encoded><![CDATA[<p>i am using zend_form for inserting form element value i am using<br />
$formData = $this-&gt;_request-&gt;getPost();<br />
if ($register-&gt;isValid($formData))<br />
 {  $users-&gt;addAlbum($formData);    }</p>
<p>in form i am also using zend captcha<br />
when run this project error will be sended</p>
<p> Message: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'captcha' in 'field list'<br />
while i am using in form 'ignore'=&gt;true<br />
please help me ...<br />
thaks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob...</title>
		<link>http://akrabat.com/php/simple-zend_form-file-upload-example-revisited/#comment-23324</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Tue, 04 Nov 2008 07:58:11 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=248#comment-23324</guid>
		<description>Adding the 

$this-&gt;addElementPrefixPath(&#039;App&#039;, &#039;App/&#039;);

Within the form&#039;s constructor should allow it to find the plugin. You must make sure you get spelling and case of the class name and file correct so that the loader can find it.

Regards,

Rob...</description>
		<content:encoded><![CDATA[<p>Adding the </p>
<p>$this->addElementPrefixPath('App', 'App/');</p>
<p>Within the form's constructor should allow it to find the plugin. You must make sure you get spelling and case of the class name and file correct so that the loader can find it.</p>
<p>Regards,</p>
<p>Rob...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://akrabat.com/php/simple-zend_form-file-upload-example-revisited/#comment-23316</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Mon, 03 Nov 2008 21:09:36 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=248#comment-23316</guid>
		<description>Hi. I have the same problem as Zeton. Should I do something to the $this-&gt;getPluginLoader to add a path to the /App/Validate/App_Vialidate_ValidFile.php ?
Or is this a new error because we and Zeton use ZF 1.5?</description>
		<content:encoded><![CDATA[<p>Hi. I have the same problem as Zeton. Should I do something to the $this-&gt;getPluginLoader to add a path to the /App/Validate/App_Vialidate_ValidFile.php ?<br />
Or is this a new error because we and Zeton use ZF 1.5?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zeton</title>
		<link>http://akrabat.com/php/simple-zend_form-file-upload-example-revisited/#comment-22914</link>
		<dc:creator>Zeton</dc:creator>
		<pubDate>Fri, 12 Sep 2008 18:55:34 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=248#comment-22914</guid>
		<description>I have Zend framework in version 1.5 and have a problemFatal error: 

Fatal error: Uncaught exception &#039;Zend_Loader_PluginLoader_Exception&#039; with message &#039;Plugin by name ValidFile was not found in the registry.&#039; in c:\project\library\Zend\Loader\PluginLoader.php:335 Stack trace: #0 c:\project\library\Zend\Form\Element.php(984): Zend_Loader_PluginLoader-&gt;load(&#039;ValidFile&#039;) #1 c:\project\library\Zend\Form\Element.php(1048): Zend_Form_Element-&gt;addValidator(&#039;ValidFile&#039;, true, Array) #2 c:\project\library\Zend\Form\Element.php(1082): Zend_Form_Element-&gt;addValidators(Array) #3 c:\project\library\App\Form\Element\File.php(61): Zend_Form_Element-&gt;setValidators(Array) #4 c:\project\library\Zend\Form.php(1870): App_Form_Element_File-&gt;isValid(NULL, Array) #5 c:\project\application\App\controllers\ArtController.php(62): Zend_Form-&gt;isValid(Array) #6 c:\project\library\Zend\Controller\Action.php(502): App_CmsarticleController-&gt;addAction() #7 c:\project\lib in c:\project\library\Zend\Loader\PluginLoader.php on line 335

Help me, please</description>
		<content:encoded><![CDATA[<p>I have Zend framework in version 1.5 and have a problemFatal error: </p>
<p>Fatal error: Uncaught exception 'Zend_Loader_PluginLoader_Exception' with message 'Plugin by name ValidFile was not found in the registry.' in c:\project\library\Zend\Loader\PluginLoader.php:335 Stack trace: #0 c:\project\library\Zend\Form\Element.php(984): Zend_Loader_PluginLoader-&gt;load('ValidFile') #1 c:\project\library\Zend\Form\Element.php(1048): Zend_Form_Element-&gt;addValidator('ValidFile', true, Array) #2 c:\project\library\Zend\Form\Element.php(1082): Zend_Form_Element-&gt;addValidators(Array) #3 c:\project\library\App\Form\Element\File.php(61): Zend_Form_Element-&gt;setValidators(Array) #4 c:\project\library\Zend\Form.php(1870): App_Form_Element_File-&gt;isValid(NULL, Array) #5 c:\project\application\App\controllers\ArtController.php(62): Zend_Form-&gt;isValid(Array) #6 c:\project\library\Zend\Controller\Action.php(502): App_CmsarticleController-&gt;addAction() #7 c:\project\lib in c:\project\library\Zend\Loader\PluginLoader.php on line 335</p>
<p>Help me, please</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mani</title>
		<link>http://akrabat.com/php/simple-zend_form-file-upload-example-revisited/#comment-22873</link>
		<dc:creator>Mani</dc:creator>
		<pubDate>Mon, 08 Sep 2008 22:07:22 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=248#comment-22873</guid>
		<description>Yeah! That&#039;s very useful, thanks.</description>
		<content:encoded><![CDATA[<p>Yeah! That's very useful, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob...</title>
		<link>http://akrabat.com/php/simple-zend_form-file-upload-example-revisited/#comment-22716</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Sat, 23 Aug 2008 18:23:23 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=248#comment-22716</guid>
		<description>blierp,

Consider using the new file upload functionality in 1.6RC2.

Regards,

Rob...</description>
		<content:encoded><![CDATA[<p>blierp,</p>
<p>Consider using the new file upload functionality in 1.6RC2.</p>
<p>Regards,</p>
<p>Rob...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ettiene</title>
		<link>http://akrabat.com/php/simple-zend_form-file-upload-example-revisited/#comment-22698</link>
		<dc:creator>Ettiene</dc:creator>
		<pubDate>Fri, 22 Aug 2008 12:00:15 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=248#comment-22698</guid>
		<description>Nevermind... I read a comment in somewhere else that answers my question.

Thanks again</description>
		<content:encoded><![CDATA[<p>Nevermind... I read a comment in somewhere else that answers my question.</p>
<p>Thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ettiene</title>
		<link>http://akrabat.com/php/simple-zend_form-file-upload-example-revisited/#comment-22697</link>
		<dc:creator>Ettiene</dc:creator>
		<pubDate>Fri, 22 Aug 2008 11:11:04 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=248#comment-22697</guid>
		<description>Hi guys, I got this example working, and the debug shows the fields correct.

But how can I echo out the contents of the uploaded file or get a handle on it? The tmp_name file doesn&#039;t exist when I view it in explorer...

Maybe I just don&#039;t understand exactly what&#039;s happening here :)

Thanks for the article. It&#039;s great!</description>
		<content:encoded><![CDATA[<p>Hi guys, I got this example working, and the debug shows the fields correct.</p>
<p>But how can I echo out the contents of the uploaded file or get a handle on it? The tmp_name file doesn't exist when I view it in explorer...</p>
<p>Maybe I just don't understand exactly what's happening here :)</p>
<p>Thanks for the article. It's great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blierp</title>
		<link>http://akrabat.com/php/simple-zend_form-file-upload-example-revisited/#comment-22662</link>
		<dc:creator>blierp</dc:creator>
		<pubDate>Tue, 19 Aug 2008 13:27:14 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=248#comment-22662</guid>
		<description>has anyone found a solution to get this working on php 5.1.*?</description>
		<content:encoded><![CDATA[<p>has anyone found a solution to get this working on php 5.1.*?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
