Max file number can php upload at same time

前端 未结 4 2230
南旧
南旧 2020-11-29 10:12

I am using the tag for uploading multiple files with php. I notice that if i choose more than 20 files php uploads only the first 20 files.Is there a way to expand this lim

4条回答
  •  庸人自扰
    2020-11-29 10:46

    I think that is not 20 limit fault, but php config post_max_size and upload_max_filesize or bad handling of your upload form. Can you show us a sample source of your form and handling ?

提交回复
热议问题