phpwamp64

How to increase server file upload limit in bemusic?


I use WAMP64 Server and I have tried increasing the post_max_size and max_upload_size in the php.ini file of the WAMP Server but still it doesn't work. What to do in this case? It would be very helpful if anyone could solve this problem.


Solution

  • it probably wasn't the config file, make info.php for check the configuration file. check Loaded Configuration File and upload_max_filesize

    <?php
    echo phpinfo();
    ?>