This commit is contained in:
venbatechnologies 2018-05-15 10:20:16 +05:30
parent 23c8d32edc
commit 184e7a3cc5
2 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ class emergencypurchaseorder extends BaseController
$config['upload_path'] = 'uploads/BillFiles/';
$config['allowed_types'] = 'docx|pdf|doc|png|jpg';
$config['file_name'] = $_FILES['images']['name'];
// print_r($config);die;
//Load upload library and initialize configuration
$this->load->library('upload',$config);
$this->upload->initialize($config);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB