Document upload error #7

Hi there,

I am trying to upload a PDF to Documents for a patient and I am recieving a message “Error number: 7 occurred while uploading file named: September 24, 2018 (xxxxxxxxx).pdf
The system does not permit uploading files of with size 0.” The file is stored in a shared storage device. I copied from the shared server to desktop and uploaded from the Desktop and got the same error message.

The file is 11 KBs. The document upload has worked today with other PDFs of the same size.

Does anyone know what the issue might be?

Error 7 for $_FILES in php means that there is some sort of write permission.
http://www.php.net/manual/en/features.file-upload.errors.php

Here is part of the code it seems you’re triggering:

Anyone else have any ideas?