Re: .zip and .mp4
- Posted on:
- Author: Michael Gilkes
Support Home Page › Forums › Joomla Software › Easy File Uploader Module › .zip and .mp4 › Re: .zip and .mp4
July 20, 2012 at 2:36 pm
#1674
Keymaster
@spec. Thanks for posting your results. Actually, I think you can tweak your settings to be more efficient. If you want to upload files <= 1GB. You should have the following settings:
|
1 2 3 4 5 6 |
<br /> max_execution_time = 120<br /> memory_limit = 128M<br /> post_max_size = 1001M<br /> upload_max_filesize = 1000M<br /> |
post_max_size should be a little larger than upload_max_filesize to accommodate post data other than the file upload data.