CodeIgniter - File upload required validation

前端 未结 6 659
旧时难觅i
旧时难觅i 2020-12-01 02:08

I have 2 text fields and 1 file upload that are all required. Everything works when I require just the text fields, but when I require the file upload the validation error s

6条回答
  •  一向
    一向 (楼主)
    2020-12-01 02:33

    check this form validation extension library can help you to validate files, with current form validation when you validate upload field it treat as input filed where value is empty have look on this really good extension for form validation library

    MY_Formvalidation

提交回复
热议问题