there is no problem about uploading images. I can see images at the folder but images are not showing in the grid or upload screen.
$xcrud->change_type('resim1', 'image', true, array(
'width' => 2000,
'height' => 600,
'crop' => true,
'not_rename' => false,
'path' => '../../images/slider',
'thumbs' => array(array(
'height' => 192,
'width' => 60,
'crop' => true,
'marker' => '_th'))));
$xcrud->change_type('resim1', 'image', true, array(
'width' => 2000,
'height' => 600,
'crop' => true,
'not_rename' => false,
'path' => '../../images/slider',
'thumbs' => array(array(
'height' => 192,
'width' => 60,
'crop' => true,
'marker' => '_th'))));