Revision: 21257
                            
                                                            
                                    
                                        
Updated Code
                                    
                                    
                                                    
                        at February 8, 2010 11:28 by sennesaelium
                            
                            Updated Code
In php.ini, at the end: upload_max_filesize = 8M post_max_size = 16M memory_limit = 24M max_execution_time = 0 Or, in .htaccess, any place. php_value upload_max_filesize 8M php_value post_max_size 16M php_value memory_limit 24M php_value max_execution_time 120
                            Revision: 21256
                            
                                                            
                                    
                                        
Initial Code
                                    
                                    
                                                            
                                    
                                        
Initial URL
                                    
                                    
                                
                                                            
                                    
                                        
Initial Description
                                    
                                    
                                
                                                            
                                    
                                        
Initial Title
                                    
                                    
                                                            
                                    
                                        
Initial Tags
                                    
                                    
                                                            
                                    
                                        
Initial Language
                                    
                                    
                                                    
                        at December 8, 2009 05:42 by sennesaelium
                            
                            Initial Code
In php.ini, at the end: upload_max_filesize = 8M post_max_size = 16M memory_limit = 24M Or, in .htaccess, any place. php_value upload_max_filesize 8M php_value post_max_size 16M php_value memory_limit 24M
Initial URL
Initial Description
Initial Title
Drupal: change limits upload memory
Initial Tags
drupal
Initial Language
PHP