Unlikely Teacher

1. Share Everything* [Programming Gotchas, Technology News, Insights on Living and Everything in Between]

Entries Tagged as 'Zend_Form_Element_File'

Zend Framework Large File Upload Issues

February 3rd, 2009 · 3 Comments · PHP

I tried modifying this Zend_Form_Element_File example to support larger file uploads but noticed that I’ve been getting “Undefined index” errors when my uploads are bigger than 8MB.
Notice: Undefined index: tmp_name in C:\quickstart\library\Zend\File\Transfer\Adapter\Abstract.php on line 589
Notice: Undefined index: name in C:\quickstart\library\Zend\Validate\File\Size.php on line 398
Notice: Undefined index: tmp_name in C:\quickstart\library\Zend\File\Transfer\Adapter\Abstract.php on line 589
Notice: Undefined index: name in [...]

[Read more →]

Tags: ··