“limit rozmiaru pliku PHP” Kod odpowiedzi

PHP Maxupload

; Maximum allowed size for uploaded files.
upload_max_filesize = 40M

; Must be greater than or equal to upload_max_filesize
post_max_size = 40M
Outstanding Otter

Prześlij rozmiar pliku maksymalnie przez php.ini

upload_max_filesize = 64M
post_max_size = 64M
max_execution_time = 300
Glamorous Grouse

limit rozmiaru pliku PHP

# vi /etc/php.ini                   [On Cent/RHEL/Fedora]

find php.ini  under php folder
 

change these variables with the size limit you want
upload_max_filesize = 10M
post_max_size = 10M
======================
For MAc uses
# brew info php 
you will find the path then edit the changes
Location : => # cd /opt/homebrew/etc/php/8.1


Donot forgot to restart the server
Singh99

Odpowiedzi podobne do “limit rozmiaru pliku PHP”

Pytania podobne do “limit rozmiaru pliku PHP”

Więcej pokrewnych odpowiedzi na “limit rozmiaru pliku PHP” w PHP

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu