Welcome Guest, Not a member yet? Register   Sign In
Is file selected checking
#2

(This post was last modified: 03-15-2015, 07:52 AM by spjonez.)

There is, the do_upload method on the upload class.

Code:
...
$this->upload->initialize( $config );

if ( $this->upload->do_upload( ) === true ) {
    $file = $this->upload->data( );
}
else {
    // file was not uploaded, errors are in $this->upload->display_errors( )
}
Reply


Messages In This Thread
Is file selected checking - by rejoan - 03-14-2015, 11:35 PM
RE: Is file selected checking - by spjonez - 03-15-2015, 07:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB