Then I added the following code snipet in .htaccess file of my drupal root directory.
php_value upload_max_filesize 800Mphp_value post_max_size 800M
Now I am able to upload upto 800 MB of files.
php_value upload_max_filesize 800M php_value post_max_size 800M