search
HomeCMS TutorialEmpire CMSHow does Imperial CMS solve the problem of only uploading 20 files at a time?

How does Imperial CMS solve the problem of only uploading 20 files at a time?

Question:

When uploading files or pictures, you cannot upload more than 20 files at one time. If you exceed 20, you can only succeed. 20 and the rest failed. Check that the file size is not large and does not reach any of the limits of memory_limit, post_max_size, and upload_max_filesize in PHP.

Cause:

max_file_uploads configuration problem.

max_file_uploads is a parameter added in php5.2.12 and newer versions. This parameter is to set the maximum number of files uploaded each time. Files exceeding this number will be discarded. So setting the value of max_file_uploads to the maximum number of files you may use can successfully solve this problem.

Solution:

1. Open the PHP.ini file and search for max_file_uploads. If it does not exist, create max_file_uploads under; File Uploads;. If it exists, then You can modify it normally

2. The modification is as follows:

max_file_uploads=100

3. After the settings are completed, save php.ini and restart the server.

Recommended tutorial: Empire CMS Tutorial

The above is the detailed content of How does Imperial CMS solve the problem of only uploading 20 files at a time?. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool