How to Fix The uploads file exceed the upload_max_filesize directive in PHP.ini in local XAMPP Server
First Stop your XAMPP Server if it is running.
Go to Config PHP.ini and Edit it with notepad
Now Search for upload_max_filesize in PHP.ini
Open PHP.ini Press Ctrl+F or Go to Edit - Find in Menu Bar
Search for upload_max_filesize Change it to the size you want
i am changing it to 200MB.
Save the changes, restart your xampp server.
Upload file again you are done