How to set squid proxy server upload size limit
Squid Upload size
Add the following line in the squid.conf file
request_body_max_size 100 KB
This will set the upload limit to 100 kb
Save the file and restart the service
#service squid restart