Is it possible to get document id of uploaded file(a!fileUploadField()) within same interface without submitting a form?

I have uploaded a file using a!fileUploadField() and i want document id of uploaded file in same interface without submitting a form.

  Discussion posts and replies are publicly visible

Parents
  • Can you describe why you would want to do this? You can get a temporary ID immediately after uploading on a form by using the saveInto on your file upload field. However, the document won't be stored in Appian until the form is submitted, so the ID would be meaningless without submitting the form.

Reply
  • Can you describe why you would want to do this? You can get a temporary ID immediately after uploading on a form by using the saveInto on your file upload field. However, the document won't be stored in Appian until the form is submitted, so the ID would be meaningless without submitting the form.

Children