<?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"
	>
<channel>
	<title>Comments on: Simple Zend_Form File Upload Example Revisited</title>
	<atom:link href="http://akrabat.com/2008/05/16/simple-zend_form-file-upload-example-revisited/feed/" rel="self" type="application/rss+xml" />
	<link>http://akrabat.com/2008/05/16/simple-zend_form-file-upload-example-revisited/</link>
	<description>Developing PHP and XUL Software in the Real World</description>
	<pubDate>Thu, 20 Nov 2008 07:22:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Rob...</title>
		<link>http://akrabat.com/2008/05/16/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('App', 'App/');

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.

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&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://akrabat.com/2008/05/16/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-&#62;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/2008/05/16/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 '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-&#62;load('ValidFile') #1 c:\project\library\Zend\Form\Element.php(1048): Zend_Form_Element-&#62;addValidator('ValidFile', true, Array) #2 c:\project\library\Zend\Form\Element.php(1082): Zend_Form_Element-&#62;addValidators(Array) #3 c:\project\library\App\Form\Element\File.php(61): Zend_Form_Element-&#62;setValidators(Array) #4 c:\project\library\Zend\Form.php(1870): App_Form_Element_File-&#62;isValid(NULL, Array) #5 c:\project\application\App\controllers\ArtController.php(62): Zend_Form-&#62;isValid(Array) #6 c:\project\library\Zend\Controller\Action.php(502): App_CmsarticleController-&#62;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/2008/05/16/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'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/2008/05/16/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&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ettiene</title>
		<link>http://akrabat.com/2008/05/16/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&#8230; 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/2008/05/16/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't exist when I view it in explorer...

Maybe I just don't understand exactly what's happening here :)

Thanks for the article. It'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&#8230;</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/2008/05/16/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>
	<item>
		<title>By: Aki</title>
		<link>http://akrabat.com/2008/05/16/simple-zend_form-file-upload-example-revisited/#comment-22509</link>
		<dc:creator>Aki</dc:creator>
		<pubDate>Tue, 05 Aug 2008 12:06:12 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=248#comment-22509</guid>
		<description>Hey Rob,

Great resource. Thanks man! You saved precious time for me ;) Have a beer from me! :)

Regards,
Aki.</description>
		<content:encoded><![CDATA[<p>Hey Rob,</p>
<p>Great resource. Thanks man! You saved precious time for me ;) Have a beer from me! :)</p>
<p>Regards,<br />
Aki.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cold</title>
		<link>http://akrabat.com/2008/05/16/simple-zend_form-file-upload-example-revisited/#comment-22452</link>
		<dc:creator>cold</dc:creator>
		<pubDate>Fri, 01 Aug 2008 20:50:50 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=248#comment-22452</guid>
		<description>In regard to the fix posted by Mobbingo, when form validation succeeds, it does not return the array with the pertinent information for the file input element.  I.e., $form-&#62;getValues() will return the filename submitted, but not the size, temp filename, etc.</description>
		<content:encoded><![CDATA[<p>In regard to the fix posted by Mobbingo, when form validation succeeds, it does not return the array with the pertinent information for the file input element.  I.e., $form-&gt;getValues() will return the filename submitted, but not the size, temp filename, etc.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
