I did restart the server and the changes didn’t take effect. I just created the phpinfo.php page, and it showed the following:
Loaded Configuration File C:\Program Files (x86)\PHP\v5.5\php.ini
Is that the file I need to edit? If it is, I just changed a couple lines inside the file to:
; Maximum allowed size for uploaded files.
; https://php.net/upload-max-filesize
upload_max_filesize = 250M
Restarting the server, and… it worked!!! Ahh!!! How do I upvote/commend you guys?! So simple! I even recalled making a phpinfo page before, but I think I must have not done it right.
Thank you guys so much. Cheers!