File uploads not working properly. All other installs worked great or me in the past

I must be missing something simple or hope it is simple

Steps to reproduce

Trying to upload a file past 10Mb from the client

Expected behavior

The sync materials should sync the data. Server replied not allowed.

Actual behaviour

Fails to upload. tries to re-sync and fails to do any additional file uploads

Server configuration

Operating system: Shared Hoster - JustHost

Web server: Apache

Database:MySQL 4.3.8

PHP version:PHP 5.6 (Single php.ini)

ownCloud version: 10.0.2

Updated from an older ownCloud or fresh install: fresh Install

Where did you install ownCloud from:Owncloud.org

Signing status (ownCloud 9.0 and above): No errors have been found.

The content of config/config.php:

$CONFIG = array (
'instanceid' => '#######################',
'passwordsalt' => '#######################',
'secret' => '##############################',
'trusted_domains' =>
array (
0 => '########',
),
'datadirectory' => '/home/something/public_html/oc/data',
'overwrite.cli.url' => 'http://something.com/owncloud',
'dbtype' => 'mysql',
'version' => '10.0.2.1',
'dbname' => '######',
'dbhost' => 'localhost',
'dbtableprefix' => '####',
'dbuser' => '######',
'dbpassword' => '######',
'logtimezone' => 'UTC',
'installed' => true,

List of activated apps:0 Apps

Are you using external storage, if yes which one: none

Are you using encryption: no

Are you using an external user-backend, if yes which one: no

Client configuration

Browser: Yes

Operating system: WIN

Logs

Web server error log

log file was too long to put here

ownCloud log (data/owncloud.log)

could not find a log file

User.ini in the OC folder

upload_max_filesize = 16G
post_max_size = 16G

memory_limit=1024M
mbstring.func_overload=0
always_populate_raw_post_data=-1
default_charset='UTF-8'
output_buffering=0

php.ini is up a directory(/) from the OC install: Values for the File uploads

file_uploads = On
post_max_size = 16000M
max_file_uploads = 20

Your hoster probably has some limitations configured for the file upload. Maybe try to contact the support of your hoster about this?