Integrating Upload class into Zend Framework 2 (ZF2)

See all posts See thread Reply

A flaw in Step (6) of the original email new!
by Tom Herlihy, 9 years, 7 months ago
Sorry all, but Step (6) showed a one-line addition to the IndexController file (or other file in which the Upload class will be used) that showed a forward slash (/) when it should have showed a backslash (\). So, the correct Step (6) is as follows:

(6) In the 'IndexController' or any other Controller file in which you wish to use the Upload class, add the following at the top of the file after the namespace line: 'use Upload\Upload;'.Reply