No error when uploading a really big file in PHP?

后端 未结 6 773
说谎
说谎 2021-02-06 18:14

I have a PHP form for uploading files and it works fine and displays an error message if something went wrong. This is all good.

The problem is when I test with a really

6条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-06 18:49

    max upload filesize (upload_max_filesize) max post data size (post_max_size) are the directives you need to set. I have tested it with multiple OS, browsers etc and these are the only two thing you need be worried about.

提交回复
热议问题