class.upload with code Igniter? How to do?

See all posts See thread Reply

Re: class.upload with code Igniter? How to do? new!
by colin, 16 years ago
I am not familiar with Code Igniter, but from what I can see here, it should be possible to integrate the upload class in the framework, and extend its current upload capabilities.

It looks to me that
if ( ! $this->upload->do_upload())
should wrap the process() function of class.upload.phpReply