Reputation: 121
I upload file with this code:
$this->form->file_path = $this->file->store('files/'.$this->file_name.'.pdf', 'public');
but cannot set the file name correctly. It stores file under file_name.pdf with a random name.
Upvotes: 0
Views: 212