Codeigniter multiple file upload paths

后端 未结 3 1308
春和景丽
春和景丽 2021-01-06 17:05

I\'m building an app which needs to take uploaded files and put them in separate directories for thumbnails and fullsize images. But $config[\'upload_path\'] = \'./uploads/\

3条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-06 17:52

    The short (and disappointing) answer is: CodeIgniter's file uploading class was designed to accept 1 uploaded file per form.

    The long answer is somewhere around here.

提交回复
热议问题