Files not uploading on mobile

How to fix file uploads failing on mobile devices.

Overview

The issue is often caused by server-side configuration changes made by the hosting provider.
Contact your hosting provider to review and correct the server settings or permissions that are interfering with the upload process.

Answered
ChronoForms v6
he healyhatman 28 Jun, 2018
I have a form with a file field and an upload action. It is working on desktop - the file is successfully uploaded to my server.

It is NOT currently working on mobile, for myself and for one other user so far.

I'm on Chrome on Android, other user is iPhone

Here's the relevant debug section
Array ( 
[upload73] => Array (
[path] => /home/...path.../onboardingContracts/tmp/
[file65] => Array (
[extensions] => Array ( [0] => jpg [1] => jpeg [2] => png [3] => gif [4] => pdf [5] => doc [6] => docx [7] => txt [8] => zip )
[saved] => 0
)
[var] =>
)
[switch51] => Array (
[finished] => 1
[var] => NO
)
)
he healyhatman 28 Jun, 2018
Also not working on Macbook. Working on my Windows 10.
he healyhatman 04 Jul, 2018
Answer
As usual it was my host playing around with the server.
This topic is locked and no more replies can be posted.