file upload
This commit is contained in:
parent
c1e1673f69
commit
05724afe1e
@ -39,7 +39,7 @@ class CI_Upload {
|
|||||||
public $file_size = "";
|
public $file_size = "";
|
||||||
public $file_ext = "";
|
public $file_ext = "";
|
||||||
public $upload_path = "";
|
public $upload_path = "";
|
||||||
public $overwrite = FALSE;
|
public $overwrite = TRUE;
|
||||||
public $encrypt_name = FALSE;
|
public $encrypt_name = FALSE;
|
||||||
public $is_image = FALSE;
|
public $is_image = FALSE;
|
||||||
public $image_width = '';
|
public $image_width = '';
|
||||||
@ -93,7 +93,7 @@ class CI_Upload {
|
|||||||
'file_size' => "",
|
'file_size' => "",
|
||||||
'file_ext' => "",
|
'file_ext' => "",
|
||||||
'upload_path' => "",
|
'upload_path' => "",
|
||||||
'overwrite' => FALSE,
|
'overwrite' => TRUE,
|
||||||
'encrypt_name' => FALSE,
|
'encrypt_name' => FALSE,
|
||||||
'is_image' => FALSE,
|
'is_image' => FALSE,
|
||||||
'image_width' => '',
|
'image_width' => '',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user