Upload Sizes
Posted by: Aphotic
Posted on: 2009-03-02 11:43:00
Sorry if this has been asked before. I installed wordpress to my site and i have a plugin for podcasting. However, the plugin gave me the following warnings:
Warning: The maximum file size you can upload is only 7168k. Please change upload_max_filesize to at least 15M in php.ini.
Warning: The maximum file size you send through the browser is only 8192k. Please change post_max_size to at least 15M in php.ini.
Warning: The maximum time allowed for an upload script to run is only 60 seconds. Please change max_input_time to at least 600 in php.ini.
Is there a way to modify these sizes? I know that the php.ini file cannot be modified as it is global for all users, but was wondering if someone found a way to do this so that you can upload larger files. Thanks!