PHP - Maximum Total Upload Size?

后端 未结 10 1574
说谎
说谎 2020-12-09 13:58

I have a php web page with 15 fields. The user will use it to upload images. I tested this by uploading 15 jpg images, each about 2 M, without any problems. On the day I

10条回答
  •  抹茶落季
    2020-12-09 14:06

    here:

    max_execution_time
    max_input_time
    memory_limit
    post_max_size
    upload_max_filesize
    max_file_uploads 
    

提交回复
热议问题