PHP change the maximum upload file size - Stack Overflow
經安全檢測,此網站為安全網站,請放心前往原始網址!
PHP change the maximum upload file size - Stack Overflow
You need to set the value of upload_max_filesize and post_max_size in your php
.ini : ; Maximum allowed size for uploaded files. upload_max_filesize = 40M ;
Must ...