• 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

Issue with laravel eloquent model property

PHP: Convert any string to UTF-8 without knowing the original character set, or at least try

Why i get wrong output for html markdown?

protect images from being copied

PHP: Telegram Bot: Insert line break to text message

php: command not found Command PhaseScriptExecution failed with a nonzero exit code

Adding one microsecond to Datetime object in PHP

Generate random username based on full name php

Laravel PHP: multiple project run at the same time [closed]

PHPExcel export HTML table to xlsx

How to disable widget block editor of WordPress?

Form repeater send wrong data with last element in Laravel

Using Associative arrays

Laravel passport auth token not working after moving to different server

sqlsrv_num_rows() expects parameter 1 to be resource, boolean given

About Contact Privacy policy Terms and conditions