this worked for me, so I thought I'd share it for others pulling their hair out, unsure of how to increase the file size upload value, post value. or the timout for scripts. This may not work on your server. It works for me, and probably others. Just scale up the 1st 3 values to meet your needs. The time value is in seconds:
Create a temporary php.ini file in the directory of the script (usually root where index.php is) with the following contents:
When finished, delete the file to allow your host's default php settings to be enabled again.Code:upload_max_filesize = 10M post_max_size = 10M max_execution_time = 1200 memory_limit = 200M


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks