import
https://discord.com/channels/883083792112300104/1018938401162018877/1184277353271132212
I have problem import excel error with maximum file size
2 Replies
What is the problem? Too many rows?
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