uploaded file exceeds the maximum allowed size |
[eluser]Sumon[/eluser]
Seems to me it's an server issue rather then CI. There are two considerable factors for upload any file. These are 1. Execution time 3. File Size. Your script must need to execute until the file is uploaded completely. And offcourse your server alow your expected upload file size. Php have default configuration for both issue. Execution time is set by default 60 seconds. And allowed maximum file size is up to 2MB. Now what shall you do for a audio or video file. Your internet connection might slow and need more execution time then default. Again you may need more file size to be allowed then 2MB. The question is how?? Would you please check the link for detail explanation. http://shopno-dinga-php.blogspot.com/200...n-php.html |
Messages In This Thread |
uploaded file exceeds the maximum allowed size - by El Forum - 06-25-2008, 05:27 AM
uploaded file exceeds the maximum allowed size - by El Forum - 06-25-2008, 06:32 AM
uploaded file exceeds the maximum allowed size - by El Forum - 06-25-2008, 06:36 AM
uploaded file exceeds the maximum allowed size - by El Forum - 06-09-2011, 01:48 PM
uploaded file exceeds the maximum allowed size - by El Forum - 06-09-2011, 11:15 PM
uploaded file exceeds the maximum allowed size - by El Forum - 06-10-2011, 01:39 AM
uploaded file exceeds the maximum allowed size - by El Forum - 06-10-2011, 09:53 AM
uploaded file exceeds the maximum allowed size - by El Forum - 06-10-2011, 11:12 AM
uploaded file exceeds the maximum allowed size - by El Forum - 06-11-2011, 12:36 AM
|