In raising this issue, I confirm the following (please check boxes):
I use the following server-side connector (check one):
My familiarity with the project is as follows (check one):
Hello dear,
I want to load filemanager-config.json manually or where i can set connectorUrl in client side. Because i want use for many filemanager with many location.
example :
i have 2 RESTful API filemanager using codeigniter
1.) api/user/filemanager
2.) api/admin/filemanager
and then,i have load only one view file
$data['filemanager_api_url'] = base_url('api/user/filemanager');
$this->load->view('filemanager', $data);
and i want parsing in client side for example :
var config = {
connectorUrl:<?php echo $filemanager_api_url;?>
}
In raising this issue, I confirm the following (please check boxes):
I use the following server-side connector (check one):
My familiarity with the project is as follows (check one):
Hello dear,
I want to load filemanager-config.json manually or where i can set connectorUrl in client side. Because i want use for many filemanager with many location.
example :
i have 2 RESTful API filemanager using codeigniter
1.) api/user/filemanager
2.) api/admin/filemanager
and then,i have load only one view file
and i want parsing in client side for example :
var config = { connectorUrl:<?php echo $filemanager_api_url;?> }