Forum Discussion
KenStewart
Jun 08, 2019Brass Contributor
Upload without view
We have a need for uploading confidential files from external users (guests) to a central location. They should not be able to view the files uploaded by other users, i.e., only the owner (uploader) w...
- Jun 09, 2019Many thanks, John and Dean. I'll look into these.
Nitesh Ranjan
Jun 08, 2019Copper Contributor
We have a DropOff library in SharePoint and a rule can be written in to move the uploaded document to desired library. Alternatively, we can create view with filter set as created by is equal [ME] to avoid users to see other’s content.
KenStewart
Jun 12, 2019Brass Contributor
I tried most of these solutions and ended up using the approach first suggested by Nitesh. I used Flow to move the file and also generate a customized email notification. Many thanks to all.