true true true, Sorry i didn't post the results before. I found this when i searched "webshare file limits".
Start Testing:
*note: all tests were run from Opera browser*
1) Log on to share,
2) Attempt to upload 8.5mb file--> OK
3) Attempt to upload 44mb file--> FAILS almost immediately with
Post Size error (this is to be expected)
4) Putty into server and run the following commands:
config setprop php PostMaxSize 50M
expand-template /etc/php.ini
/etc/rc7.d/S86httpd-e-smith restart
5) Attempt again to upload 44mb file---> Fails after about 8 minutes,
but no errors
6) At the Putty session run the following commands:
config setprop php UploadMaxFilesize 100M
expand-template /etc/php.ini
/etc/rc7.d/S86httpd-e-smith restart
7) Attempt again to upload 45mb file--> OK
Take note here that it took about 15 minutes to upload this file
and I have NOT changed the stock timeout in php.ini, which is 30.
After following step 6 and modifying the config.php in /opt/groupoffice/html, to $config['max_file_size']='100000000' i can now upload a 95mb file without any problems. this worked for both groupoffice and webshare.