ZF-3759: Outdated: Example 19.11. Using setFileUpload to Upload Files
Description
The Example "19.11. Using setFileUpload to Upload Files" in Chapter "19.2.4. File Uploads" (http://framework.zend.com/manual/en/…) seems to be outdated:
$client->submit('POST');
should be
$client->request('POST');
Comments
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2008-09-01T02:56:46.000+0000
Solved in SVN r11183
Posted by Wil Sinclair (wil) on 2008-11-13T14:10:24.000+0000
Changing issues in preparation for the 1.7.0 release.