Hi Seth, sorry but this problem of Csrf and media not loaded occurs again.
In php.ini, I have
upload_max_filesize = 40M
post_max_size = 48M
but when I want to upload a media, it doesn't do anything and show the message "CSRF token is not valid"
Media size are less than 15 Mb
It works only with file size below 2Mb. Why, as max_filesize is 40M?
I edited the php.ini of /etc/php/7.4/apache2.
I think it's the good file?
Do I have to change something else? or change a value for timeout?
Thanks in advance