When trying to upload an MP4 to an object for the first time I got the error "CSRF token is not valid". I believe the cause of this error is my systems php.ini file has upload_max_filesize at the default size (2MB) and my files are much larger.
To change this setting in my Linux system will I need to upload the profile again or will the changes take place automatically? Also, am I correct about php.ini being the issue or is there another cause I could be missing.