hi
If you have problems to upload big File Via browser this the solution
create a .htaccess with this code & upload it to your website :
php_value upload_max_filesize 100M
php_value post_max_size 100M
you can change 100 to waht do you want