“PHP -Dateigrößengrößenbegrenzung PHP” Code-Antworten

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

Laden Sie die Max -Dateigröße über php.ini hoch hoch

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

PHP -Dateigrößengrößenbegrenzung 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

Ähnliche Antworten wie “PHP -Dateigrößengrößenbegrenzung PHP”

Fragen ähnlich wie “PHP -Dateigrößengrößenbegrenzung PHP”

Weitere verwandte Antworten zu “PHP -Dateigrößengrößenbegrenzung PHP” auf PHP

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen