I am trying to upload file using zend frame work but have not been successful. I have read Akras tutorial, which was helpful but when i used those techniques in my project I was not able to get it to work.
feedback
|
protected by Jeff Atwood♦ Jul 12 '10 at 23:53
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.
|
The link you posted is just a general Zend Framework tutorial, and hasn't been updated past ZF 1.5. Anyway, once you get started with Zend, this is a sample of the code you would use to receive an upload. The form doing the posting must have the correct file upload components.
| |||
|
feedback
|
|
Don't forget to set the
Also note that
| ||||
|
feedback
|