Sharepoint: programmatically copy file to another document library

In SharePoint Online, I would like to automatically copy a file to another site when it is uploaded.

My question is:

  • Can it be implemented in practice?
  • If possible, could this function have been created in JavaScript using the Script Editor Web Parts?
+3


source to share


1 answer


It will be a very hacky solution if you get it working. The recommended approach is to use remote event receivers to accomplish this.



0


source







All Articles