From a6eb288937d516f9c28a250e874be0b321973a45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marius=20Bl=C3=BCm?= Date: Sat, 11 Jun 2016 16:44:18 +0200 Subject: [PATCH] Delete file_drop.rst --- user_manual/files/file_drop.rst | 60 --------------------------------- 1 file changed, 60 deletions(-) delete mode 100644 user_manual/files/file_drop.rst diff --git a/user_manual/files/file_drop.rst b/user_manual/files/file_drop.rst deleted file mode 100644 index e0764161b..000000000 --- a/user_manual/files/file_drop.rst +++ /dev/null @@ -1,60 +0,0 @@ -========================================== -Making Anonymous Uploads (Enterprise Only) -========================================== - -If your ownCloud administrator (Enterprise edition only) has enabled the -Files Drop application, you may create your own special upload directory so that -other people can upload files to you without having to log in to the server, and -without being an ownCloud user. They will not be allowed to see the contents of -this directory, or to make any changes. This is an excellent alternative to -sending large attachments via email, using an FTP server, or using commercial -file-sharing services. - -Setting Up Your Own File Drop ------------------------------ - -Go to your Personal page and you will see the Files Drop configuration section. - -.. image:: ../images/files-drop-2.png - -Click the **Choose** button to open a dialog to select your upload directory. -You may wish to first create a special upload directory (on your Files page), -which in the following example is name **upload**. - -.. figure:: ../images/files-drop-3.png - :scale: 50% - - *Click to enlarge* - -On your Personal page you should now see a URL for your upload directory. Share -this URL with anyone you want to allow uploads to your Files Drop folder. Note -that the default maximum upload size in this example is 512MB; this is -configurable, so contact your ownCloud administrator if you need a larger -limit. - -.. image:: ../images/files-drop-4.png - -Uploading Files ---------------- - -Using the Files Drop app is simple. You receive a link to the upload -folder, click the link, and then you'll see an ownCloud page with a **Click to -upload** button. - -.. figure:: ../images/files-drop-5.png - :scale: 50% - - *Click to enlarge* - -This opens a file picker, and you select the file or directory you want to -upload. - -.. figure:: ../images/files-drop-6.png - :scale: 50% - - *Click to enlarge* - -When your upload is completed, you'll see a confirmation message with the -filenames. - -.. figure:: ../images/files-drop-7.png