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!
Quote:
php_flag suhosin.cookie.encrypt = Off
php_value suhosin.request.max_vars = 5120
php_value suhosin.post.max_vars = 5120
|
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