Hello, I have a question on fileUploadField: Once I select a file to uplo

Hello,
I have a question on fileUploadField: Once I select a file to upload, how can I access the name of the file being uploaded? I need to check if file with same name has already been uploaded earlier. An example would be appreciated.

OriginalPostID-140769

OriginalPostID-140769

  Discussion posts and replies are publicly visible

Parents
  • You cannot check its name until the form is submitted as it only have a temporary document Id, till form submission.

    Once your form is submitted, redirect the process flow to your form again and then use the document function to calculate the uploaded document name. After then you can do the further manipulations, like matching it with all the other document name.
Reply
  • You cannot check its name until the form is submitted as it only have a temporary document Id, till form submission.

    Once your form is submitted, redirect the process flow to your form again and then use the document function to calculate the uploaded document name. After then you can do the further manipulations, like matching it with all the other document name.
Children
No Data