You must change the values ββin the php.ini . Your php.ini file is located in xampp\php\php.ini
You must change both of these values ββto be able to upload large files,
Example to change it to 100 MB:
upload_max_filesize = 100M post_max_size = 100M
Note. After modifying the php.ini restart xampp or apache server to see the difference.
source share