• Categories
    • PHP
    • phpMyAdmin
    • PHPMailer
    • FFMpeg
    • PHPEXcel
    • PHPDoc
    • PHPUnit
    • CakePHP
    • CakePHP 2.0
    • Cake PHP 2.1
    • CakePHP Model
    • Facebook PHP SDK
    • composer-php
    • PHP 7
    • PHP GD
    All Categories
  • About

How to increase the PHP upload limits [duplicate]

phpmysqlwamp


PHP Snippet 1:

memory_limit = 99M
max_execution_time = 300
upload_max_filesize = 20M
post_max_size = 24M

PHP Snippet 2:

upload_max_filesize = 10M
post_max_size = 10M

PHP Snippet 3:

upload_max_filesize = 120M
post_max_size = 120M
max_execution_time = 200
max_input_time = 200

PHP Snippet 4:

ini_set("upload_max_filesize","120M");

PHP Snippet 5:

php_value upload_max_filesize 120M

PHP Snippet 6:

upload_max_filesize = 64M
post_max_size = 64M

Related Snippets

PHP: Print caught exception like Xdebug

Any AWS EB Laravel route getting 404 Not Found nginx/1.16.1

Symfony run hint kernel.secret parameter not found

Dynamic table in HTML using MySQL and php

php echo remove slashes from url [duplicate]

loop through an anchor id

How do I pass the dynamic output of a php variable or php function to a CSS variable?

Can't remotely connect to MySQL error (13) with PHP script, connecting through CLI works

dockerizing Laravel + vue

CONCAT columns with Laravel 5 eloquent

SQLSTATE[HY000]: General error: 1 table posts has no column named *

Coinpayments create_transaction "ERROR: Invalid command!"

Split a string array into pieces

Can I use a WooCommerce function without any WooCommerce page?

PHP Warning: Module already loaded in Unknown on line 0

About Contact Privacy policy Terms and conditions