Hi,
When a document is uploaded through document manager in telerik editor, Is it possible to
Save the document in different server shared folder path?
Save a uploaded document in two different path at the same time ?
Currently we are save the uploaded files in same server as below,
editor.SetPaths(new string[] { "~/users/downloads"}, EditorFileTypes.Documents, EditorFileOptions.All);
Thanks