When trying to upload a 130mb file I get 413 Request Entity Too Large. Using Network Solutions web hosting.
I've used .htaccess:
LimitRequestBody 10485760000
and php.ini:
memory_limit = 10000M
upload_max_filesize = 10000M
post_max_size = 10000M