Unable to upload video

At first, I could upload a file.
However, it is not possible to upload mp4 video file due to unknown reason.
I think it’s because there’s a file size limit…
Can you take a look?
I don’t know what the problem is, but I can’t upload the video.

I searched the related questions and saw the contents below.
Where can I change the items below? php.ini. ?? Where is this located?

  • post_max_size
  • memory_limit
  • upload_max_filesize
  • max_execution_time

my blueprint

  filepage:
    label: File
    icon: file
    columns:
      - width: 1/1
        sections:
          images:
            headline: All files
            type: files
            layout: cards
            info: "{{ file.dimensions }}"
            image:
              ratio: 5/4
              cover: true
            size: small

Yes, exactly.

If you output phpinfo() (e.g. in a template), you can find the location of the php.ini for the current PHP version.

Thank you for your answer.
Is the screenshot below my php.ini location?

And I checked my file upload capacity.
Is it impossible to adjust this capacity within the Kirby file?

Yes.

You could try with ini_set() in the config, but I’d change the php.ini. You should also contact your hosting provider/check their documentation to find out what the max supported values are.