Could you please help me with implementing following logic:
I need to check new uploading document name with existing documents. If dublicate or simular document exists, it shoud show existing names linked to that documents (eg: document 1, document 1 a, document 1 b).
Prefereble to use JavaScript Object Model.
Thanks in advance.