Re: .zip and .mp4

Home \ forums/reply \ Re: .zip and .mp4
#1673
spec
Participant

After modifying the following values in php.ini, I am now able to upload large files.

max_execution_time = 600

max_input_time = 600

memory_limit = 1000Mnnn

post_max_size = 1000M

upload_max_filesize = 500M

Now I can’t upload zip files due to error code 4. Something must have broken in the process