im try to use kohana 3.1 upload. But i get the above error. im using the example here
Ok i have looked for the error around the net and i cant get where the problem is.
im try to use kohana 3.1 upload. But i get the above error. im using the example here
Ok i have looked for the error around the net and i cant get where the problem is.
Copyright © 2021 Jogjafile Inc.
i had put a vendor directory in my DOCROOT and place this in my bootstrap file
require_once(APPPATH.'vendor/upload/upload.php');
So kohana was looking for the upload class here instead of in the system.
Thanks alot zeebee for your solution.
I used the first one and automatically saw the error. the upload class is now working perfectly...