Quote:
Originally Posted by dgkrob
Hi,
When im going into the settings for this mod i get a message at the top saying - upload_max_filesize 64M >= post_max_size 64M in php.ini file - Large uploads may fail without warning
I cant seem to find this file in order to change the setting, Any help will be appreciated.
Kind Regards
Rob
|
These are settings in the php.ini file which controls how your server handles php scripts. You should set post_max_size to a value that is somewhat bigger than upload_max_fiesize. The problem happens if people try to upload files that are very slightly smaller than upload_max_filesize, because the added data that accompanies the upload takes the total data over the total size limit but does not trigger a correct error message.