FAQ. Restriction to upload a file: различия между версиями

Материал из WiKi - UserSide
(Новая страница: «en | ru»)
 
Нет описания правки
 
Строка 1: Строка 1:
[[FAQ._Restriction_to_upload_a_file|en]] | [[FAQ._Ограничение_на_загружаемый_файл|ru]]
[[FAQ._Restriction_to_upload_a_file|en]] | [[FAQ._Ограничение_на_загружаемый_файл|ru]]
'''How to change the limit on the size of uploaded files?'''
In the php.ini file, find and change the variable to the required value
; Maximum allowed size for uploaded files.
upload_max_filesize = 2M
Then save the file and restart the web server

Текущая версия от 17:21, 9 марта 2023

en | ru

How to change the limit on the size of uploaded files?

In the php.ini file, find and change the variable to the required value

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

Then save the file and restart the web server