I want to discus about WP Increase upload limit.
WordPress is a powerhouse with so many themes and plugins that allow you to build just about any kind of website.
If you are building a WordPress website that hosts a portfolio with large image files or a video hosting site with single media file size running into GBs, then you might face a roadblock of not being able to upload media files larger than 25MB (in most cases).
By default, the maximum upload size in WordPress ranges from 2MB to 150MB depending on the settings of your web hosting provider is giving by default.
First go to C:\xampp\php\php(Configuration settings (.ini)) file .
Then Edit with notepad++. In this option:
upload_max_filesize = 200M
post_max_size = 800M
memory_limit=12800M
max_execution_time=9000
max_input_time=12000