[Vuejs]-How to upload multiple files using codeigniter and vue js

0👍

Just simply remove $config[‘file_name’] = $_FILES[‘files’][‘name’][$i]; and it will fix your issue.

Leave a comment