Skip to content

JehanKandy/XAMPP-configuration-Part-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 

Repository files navigation

XAMPP-configuration-Part-2

increase file upload limit PHP
In here

  1. go to php.ini configuration file
    (path : Xampp/php/php.ini)

  2. then open file with any code editor
    (notpad, VS code....)

  3. find followings and change (using Ctrl +f)
    3.1 upload_max_filesize ::: line number : 835
    upload_max_filesize = 2M -- change to --> upload_max_filesize = 99999999999999M

    3.2 post_max_size ::: line number : 673
    post_max_size = 8M --> post_max_size = 99999999999999M

    3.3 max_execution_time ::: line number : 378
    max_execution_time = 30 --> max_execution_time = 100000000

  4. then restart the mysql and apache Servers

Thank you
BY JEHANKANDY

About

increase file upload limit PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages