diff --git a/user_manual/file-upload-via-public-link.rst b/user_manual/file-upload-via-public-link.rst new file mode 100644 index 00000000000..561863f17b4 --- /dev/null +++ b/user_manual/file-upload-via-public-link.rst @@ -0,0 +1,21 @@ +=========================== +File Upload via Public Link +=========================== + +You can allow people to upload files via public link without letting them see the files stored in the folder. + +* create a folder +* create a public link for that folder and check "allow editing" and then "hide file listing" + +To create a folder, click the + and choose a name, e.g. publicupload + +.. figure:: images/files-public-upload-create-folder.png + +You have to share the folder by clicking the share icon. In the right sidebar click the checkbox "allow editing". Another checkbox with the name "hide file listing" will appear, check it! + +.. figure:: images/files-public-upload-sharing.png + +Copy the link and send it to the person who should upload files. +When the link is opened in a browser, the person will see the avatar and username of the user who shared the folder. Files can be uploaded by selecting or dropping them. + +.. figure:: images/files-public-upload-visitor.png diff --git a/user_manual/images/files-public-upload-create-folder.png b/user_manual/images/files-public-upload-create-folder.png new file mode 100644 index 00000000000..5621475c7dc Binary files /dev/null and b/user_manual/images/files-public-upload-create-folder.png differ diff --git a/user_manual/images/files-public-upload-sharing.png b/user_manual/images/files-public-upload-sharing.png new file mode 100644 index 00000000000..43e37dd3014 Binary files /dev/null and b/user_manual/images/files-public-upload-sharing.png differ diff --git a/user_manual/images/files-public-upload-visitor.png b/user_manual/images/files-public-upload-visitor.png new file mode 100644 index 00000000000..61a00c8d21b Binary files /dev/null and b/user_manual/images/files-public-upload-visitor.png differ