I have configured Php.ini
memory_limit=128M
upload_max_filesize=1024M
post_max_size=1024M
again configured .htaccess file
php_value upload_max_filesize 100M
php_value post_max_size 100M
But sitll now I am unable to upload more then 30MB file that is Moving image.

