Xampp - PHPMyAdmin upload large files?

后端 未结 5 1498
花落未央
花落未央 2021-02-07 03:59

I\'ve been trying to upload large data into my testing server, I\'ve modified a few files so far:

php.ini

memory_limit=2048M
php_value post_max_size 2048         


        
5条回答
  •  不知归路
    2021-02-07 05:05

    Just change these two values.

    upload_max_filesize = 200M

    max_execution_time = 60000

提交回复
热议问题