Changing Media Upload Size
Can't get media past 2mb to load. Put this in .htaccess file: upload_max_filesiz 8mb and promptly get an internal error message. Host says change can be done by htaccess but maybe they mean php.ini? It used to be we could change file size from admin. What happened to that feature? Using dolphin 6.1.
php_flag register_globals Off
php_value upload_max_filesize 8M
php_value post_max_size 8M
php_value output_buffering On
php_value max_execution_time 600000000
php_value max_input_time 700000000
php_value session.gc_maxlifetime 14400000