Can not increase file upload size WAMP

后端 未结 4 1472
被撕碎了的回忆
被撕碎了的回忆 2020-12-06 06:50

I am using Wampserver (32 bits & PHP 5.5) 2.5. phpmyadmin inside of it is allowing me to import database of max 128mib and execution time is low.

In WAMPServer

4条回答
  •  甜味超标
    2020-12-06 07:28

    You need to increase following values in php.ini file and restart the WAMP Server

    memory_limit
    post_max_size
    upload_max_filesize
    

    Make sure the value of upload_max_filesize is smaller than post_max_size.

    Hop this helps.

提交回复
热议问题