“Límite de tamaño del archivo de carga PHP” Código de respuesta

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

Subir el tamaño del archivo máximo a través de php.ini

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

Límite de tamaño del archivo de carga 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

Respuestas similares a “Límite de tamaño del archivo de carga PHP”

Preguntas similares a “Límite de tamaño del archivo de carga PHP”

Más respuestas relacionadas con “Límite de tamaño del archivo de carga PHP” en PHP

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código