DEV Community

Krixnaas
Krixnaas

Posted on

Change the upload filesize in XAMPP or WAMP

Go to php.ini and for this file.

post_max_size = 800M 
upload_max_filesize = 800M 
max_execution_time = 5000 
max_input_time = 5000 
memory_limit = 1000M 
Enter fullscreen mode Exit fullscreen mode

Restart your local server

Top comments (0)