Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
I am working on file upload widget.
Uploaded files are stored in Repository.
Written a service to check if uploaded file exists in repository. Calling that on mashup. It returns either true or false.
If file exists confirmation popup appears.
Issue is My confirmation popup appears more than two times. Service is triggering multiple times.
I have binded the validation event for file upload to my file exists service.
Please provide a solution.