Welcome Guest, Not a member yet? Register   Sign In
File Upload class errors array?
#2

[eluser]mikedfunk[/eluser]
Nevermind, I just extended the upload class by adding this in MY_Upload.php in the application->libraries folder:


Code:
<?php

class MY_Upload extends CI_Upload {

    function getErrorsArray()
    {
        return $this->error_msg;
    }


Messages In This Thread
File Upload class errors array? - by El Forum - 06-18-2010, 07:21 AM
File Upload class errors array? - by El Forum - 06-18-2010, 07:27 AM



Theme © iAndrew 2016 - Forum software by © MyBB