Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: None
-
Fix Version/s: 1.1
-
Component/s: None
-
Labels:None
Description
For the 1.1 release, we'd like to be able to handle import files up to 8MB in size. Tasks for this issue are:
1. Make sure we can actually handle an 8MB file w/in reasonable environment conditions (memory, php timeout, etc.) - and document any required configuration/hardware req's to do so. This can be tested by hacking the current hard-coded 1MB limit in Upload.php
2. Move the limit on upload file size into config.inc.php (and config.inc.php.sample) - CRM_MAX_IMPORT_FILESIZE. Default in the sample file s/b 1MB. Maximum allowable value is 8MB - if user set's it higher - ignore value and use 8MB as limit.
3. Assign a smarty var with the current maximum filesize to Import/Upload.tpl and display it prominently on this screen.