Conditional Logic - If file is not uploaded (File upload field is empty)

Hi,
On the form that I am building I need to calculate a score, based on how much completed is the form submission.
For example, if (DropDown filed) has a certain value selected it gets a certain number of points, those add up at the end to a total score for the form submission.

I am using conditional logic, and have hidden (number) fields that have that scores, calculation total etc. But I have an issue with a score/points for the File upload field.

I need to be able to set: 2 points if a certain file upload field has a file attached, or zero points “0” if it is empty.

Conditional Logic is not available for the file upload field, is there any way around it?
I found similar topic: File upload notifications / conditional logic - could not get it working but the solution with the checkbox is not ideal. Is there any better way to get that sorted in 2025.

Thank you in advance for your help.

Here’s one solution for counting uploaded files – gpfup-count-files.js

Dependent upon the plugin GP File Upload Pro

1 Like

Thank you Joshua for your advice, unfortunately I don’t have the GP File Upload PRO plugin.
Is there any way to do it in the standard GF installation?

Cheers