Quote:
Originally Posted by srkrocks
change your post max value in php.ini to whatever size you need it represented in bytes.. change it 5000 or something like that of your choice and upload and get back once again!
this is for 5 MB
regards
This should do the trick or you will need to open
My.ini and
add this
set-variable = max_allowed_packet=xM
x represents the MB file size
regards
|
The 2 suhosin settings are to limit the number of variables passed, not the size of these variables. 5000 is not 5Mb, but just 5000 variables.