Upload directory not created and required documents not uploaded

We have opened staff applications.
When application is submitted, file path is saved in the database but the directory is not created in the uploads folder, and no file is uploaded

Hi mfonnix, it sounds like your system may not have write permission to the directory where Gibbon is installed. Can you check in System Admin > System Check to see if there are any red Xs? Generally, the web root user for your server will need to have write permission of the Gibbon directory (via chmod), either by being set as the owner (via the chown command) or by being added to a group that has write-permissions of the files (via chgrp).

Hi mfonnix, it sounds like your system may not have write permission to the directory where Gibbon is installed. Can you check in System Admin > System Check to see if there are any red Xs? Generally, the web root user for your server will need to have write permission of the Gibbon directory (via chmod), either by being set as the owner (via the chown command) or by being added to a group that has write-permissions of the files (via chgrp).

Thank you @ross for your quick response.
I am experiencing this problem on cpanel and the permission on the directory is 0777 which should permit write

Hi mfonnix, the permission is relative to the ownership of the file, so be sure the system has ownership or group access to the file as well.