Check if the submission has attachments that are still uploading
const isUploading = attachmentsService.checkIfAttachmentsAreUploading( form, submission,)// handle attachments still in progress Copy
const isUploading = attachmentsService.checkIfAttachmentsAreUploading( form, submission,)// handle attachments still in progress
Check if the submission has attachments that are still uploading
Example