SAVE API 3
This commit is contained in:
parent
c16b2ae5d7
commit
fb7de12979
@ -9252,7 +9252,6 @@ public function getCompaniesListsFromGeneralFormRawJSON_post()
|
|||||||
public function saveCusVideo_post()
|
public function saveCusVideo_post()
|
||||||
{
|
{
|
||||||
$records = json_decode($this->post('records'),true);
|
$records = json_decode($this->post('records'),true);
|
||||||
//$this->post('records');
|
|
||||||
$id = null;
|
$id = null;
|
||||||
log_message('ERROR',print_r($records));
|
log_message('ERROR',print_r($records));
|
||||||
if(!empty($_FILES['video_file']))
|
if(!empty($_FILES['video_file']))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user