제목 | 디비 저장시킬때 특정경로와 포함시켜 필드에 저장 시킬려고 합니다. | ||
---|---|---|---|
글쓴이 | 장발 | 작성시각 | 2015/04/25 07:43:33 |
|
|||
'/_data/thumb/' 이경로를 파일명에 붙쳐서 필드에 저장 시키길 원합니다. 초보이니 이해해 주시고 방법 부탁드립니다. $config['upload_path'] = './_data/thumb'; $config['allowed_types'] = 'gif|jpg|png'; $config['max_size'] = '500000'; $config['max_width'] = '1024'; $config['max_height'] = '768'; $config['remove_spaces'] = true; $this->load->library('upload', $config); $data = array( 'content_name' => $this->input->post('content_name'), 'content_thumb' => $this->upload->data('file_name') ); 'content_thumb' => '/_data/thumb/'.$this->upload->$data('file_name') 이런식으로는 안되는것 같더라고요..도와 주시면 감사요~ |
|||
다음글 | 검색기능만들때 어떤코드쓰죠? (2) | ||
이전글 | [CI 3.0] input data를 받아오지 못하는 ... (3) | ||
한대승(불의회상)
/
2015/04/25 15:52:15 /
추천
0
|