how to save file size and duration of a uploaded video file.
$this->upload->data(file_size)
must work for storing file size but it doesn't work on my server, hear is the error:
Use of undefined constant file_size - assumed 'file_size'
$this->upload->data(file_size)
must work for storing file size but it doesn't work on my server, hear is the error:
Use of undefined constant file_size - assumed 'file_size'