$crud->callback_after_upload(array($this,'resize_move_image_edit'));
I want to send the $id besides these
function resize_move_image_edit($uploader_response,$field_info, $files_to_upload)
and
is it possible to do this in the controller main function not in the call back function ?
$field_info->any_thing = "any_thing";
/// or
$field_info['any_thing'] = "any_thing";