How to tell if a file has been uploaded

Tony,

Make a model on the Attachments sObject (with a condition linking the ParentId to the record you’re attaching to. Make a table on that attachments model and place it just below your file upload component.

That should get you started.

You can then create an enable condition on your next step button for the number of rows in your attachments model.