Posted 21 октября, 2024Oct 21 Приветсвую, подскажите, как настроить загрузку xml файла языка, если пишет что максимальный размер файла 2 МБ.
21 октября, 2024Oct 21 You need to set the value of upload_max_filesize and post_max_size in your php.ini :; Maximum allowed size for uploaded files. upload_max_filesize = 40M ; Must be greater than or equal to upload_max_filesize post_max_size = 40M
21 октября, 2024Oct 21 Author 14 минут назад, Zero108 said:You need to set the value of upload_max_filesize and post_max_size in your php.ini :; Maximum allowed size for uploaded files.upload_max_filesize = 40M ; Must be greater than or equal to upload_max_filesizepost_max_size = 40MThanks you very much! 2 часа назад, aLEX49566 said:По поиску. Тут полно тем подобныхИскал, пробовал, но не нашел. Скорее всего не так вопрос писал.12 минут назад, aLEX49566 said:Спасибо всем за помощь!
21 октября, 2024Oct 21 12 минут назад, Fride said:Искал, пробовал, но не нашел. Скорее всего не так вопрос писал.Оно на все влияет
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.