Hi,
I need to have a document upload form like this package import form, and have a validate button like inspect button, but I need to disable the import button before the document is validated successfully.
I need to validate the document's content and format, so it's not just a validation for the size and type
How can I do?
Discussion posts and replies are publicly visible
Hi fxzrqjzztrmy
Agree with Stefan Helzle solution is easier and works for me.
Right now we are uploading Excel documents, Once user submit the form and validate in process through Stored Procedure and displaying results in second form and at the end of the process we remove the uploaded documents.
We don't have go back option once user has to close the user input task and open a new form to upload