mod_fcgid:HTTP请求长度138520(到目前为止)超过MaxRequestLen(131072)

I am working on csv file upload.
When I upload heavy files(8mb) it could not process and show the url color red into firebug.
When I checked for error into error log file it shows

error -> mod_fcgid: HTTP request length 138520 (so far) exceeds MaxRequestLen (131072). 

in my phpinfo I have increase all file attributes those we need to change.
I am not getting what is the problem and where I need to change for fcgid max length?

The setting you want to change to get rid of that error is called FcgidMaxRequestLen and can be set as a normal Apache configuration directive (depending on your OS, but normally in httpd.conf/apache2.conf)

EDIT: I was originally saying that the directive works in htaccess, but it seems I was remembering wrong and it can only be used in server config and virtual host context.

This link explains how to:

http://binaryone.com.au/how-to-fix-mod_fcgid-http-request-length-131619-so-far-exceeds-maxrequestlen-131072-error-on-ubuntu-12-04-lts-precise-pangolin-linux/

If you have vps host with SSH (like putty) with root access you can change the setting (like with vi editor). And restart apache.