import

2 Replies
JJSanders
JJSanders6mo ago
What is the problem? Too many rows?
DrByte
DrByte6mo ago
The PHP config settings that relate to file sizes, including when uploading files, are: post_max_size upload_max_filesize as well as memory_limit file_uploads These work in conjunction with each other. For example, upload_max_filesize is per-file, but post_max_size includes all files in the given POST submission. Related docs: https://www.php.net/manual/en/ini.core.php#ini.file-uploads