In order to upload large files, all php.ini, under wamp that can restart wamp are still invalid.

D:wamp64binapacheapache2.4.23bin
I followed the steps in a video tutorial to modify the php.ini file in the above path. The following is the modified place
upload_max_filesize = 2048m maximum limit for uploading files
post_max_size = 2048m maximum data submitted through post

max_execution_time = 3000 longest execution time of the script, in seconds
max_input_time = 3000 time limit for receiving submitted data, in seconds
memory_limit = 2048m maximum memory consumption
save ctrl+s after modification, and then click the wamp icon-Restart All Services on the taskbar.
can re-upload a 42m video, but it still has no effect (uploading pictures is always normal).
hurry Baidu, basically saying that you should pay attention to the path. What you want to modify is that the php.ini, in the apache directory cannot be a file with the same name in the php directory. But what I revised is right, why it hasn"t worked yet. Rebooting the computer didn"t work.
can"t even change the files with the same name in both folders under the php folder.

clipboard.png

html
clipboard.png
php
clipboard.png

Please help me to see which link went wrong. Please. be deeply grateful.

Mar.18,2021

use

phpinfo();

print to see if upload_max_filesize and post_max_size settings are successful

look at this path to enter the corresponding change php.ini

Menu