“Batas ukuran file unggah php” Kode Jawaban

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

Unggah ukuran file maks melalui php.ini

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

Batas ukuran file unggah 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

Jawaban yang mirip dengan “Batas ukuran file unggah php”

Pertanyaan yang mirip dengan “Batas ukuran file unggah php”

Lebih banyak jawaban terkait untuk “Batas ukuran file unggah php” di PHP

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya