icreation Posted June 15, 2016 Posted June 15, 2016 I want to allow the user to upload video files of around 40Mb to the fieldTypeField. See the attached image for the message that comes up. Message says that maximum allowed is 12228kb. I have made changes to the user.ini file in the root directory, but this does not help. post_max_size = 50M upload_max_filesize = 50M memory_limit = 200M max_execution_time = 600 Any ideas?
bernhard Posted June 15, 2016 Posted June 15, 2016 Did you check what phpinfo says? Maybe your ini does not have any effect...
icreation Posted June 16, 2016 Author Posted June 16, 2016 Sussed it thanks. It has to do with the .user.ini file in the root directory. I forgot the dot on the beginning of this. I set it to upload_max_filesize=50M post_max_size=50M
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now