Welcome Guest, Not a member yet? Register   Sign In
$this->upload->data() into a different function?
#2

[eluser]rogierb[/eluser]
the easiest way is to specify 2 vars
Code:
class Form extends MY_Controller {
var $video_name;
var $image_name;
....

and populate them in the callback
Code:
$this->video_name = 'the_video_name';


Messages In This Thread
$this->upload->data() into a different function? - by El Forum - 09-10-2012, 02:26 AM
$this->upload->data() into a different function? - by El Forum - 09-10-2012, 04:18 AM



Theme © iAndrew 2016 - Forum software by © MyBB