diff --git a/user_manual/files/filesweb.rst b/user_manual/files/filesweb.rst index 8e7dfd44b..f62223bad 100644 --- a/user_manual/files/filesweb.rst +++ b/user_manual/files/filesweb.rst @@ -12,13 +12,38 @@ With ownCloud 6, you can now see file thumbnails next to the filenames. By hover will be provided with some file operations. You can use rename, download, share buttons to perform those actions or click on the cross icon at the rightmost location to remove the hovered file. +Navigating inside your ownCloud +------------------------------- + +To navigate through folders in your ownCloud, you can simply click on a folder name. The navigation bar +will show your current directory: + +.. figure:: ../images/oc_filesweb_navigate.png +Navigation bar + +You can click on one of the upper directories to navigate up or use home icon to navigate into your root +folder. + + +Creating/uploading files +------------------------ + +You can create files by simply clicking on *New* button on files app. The *New* button will provide three +options to choose from: + +.. figure:: ../images/oc_filesweb_new.png +New button options + +* *Text file* will create a simple text file and add into the current folder in your ownCloud. +* *Folder* will create a folder in current folder. +* *From link* will download the file from the provided link and place in the current folder. Selecting files --------------- You can select one or more files by clicking on small thumbnails or icons of the files. To select all files in -the current directory, use the checkbox under New button. +the current directory, use the checkbox just above the first file/folder on the list. If you select multiple files, selected files can be deleted or downloaded as ZIP by using the buttons just above of the file list. If download button is not visible, this means that administrator had disabled this feature. diff --git a/user_manual/images/oc_filesweb_navigate.png b/user_manual/images/oc_filesweb_navigate.png new file mode 100644 index 000000000..c9694333e Binary files /dev/null and b/user_manual/images/oc_filesweb_navigate.png differ diff --git a/user_manual/images/oc_filesweb_new.png b/user_manual/images/oc_filesweb_new.png new file mode 100644 index 000000000..4e53766f2 Binary files /dev/null and b/user_manual/images/oc_filesweb_new.png differ diff --git a/user_manual/webinterface.rst b/user_manual/webinterface.rst index 6ef2295e6..935dc17b9 100644 --- a/user_manual/webinterface.rst +++ b/user_manual/webinterface.rst @@ -41,7 +41,8 @@ The web interface comprises of the following items: 3. **New/Upload button**: This allows you to create new files or upload existing ones from your device. Note that you can also drop files from Explorer or Finder onto the ownCloud file view and they will get uploaded to - ownCloud. + ownCloud. With *New* button, you can create a text file, folder or download + a file from the provided URL. 4. **Search/Settings**: Search allows you to look for files and directories. Currently, ownCloud provides a full text search. If full text seach does not work, administrators need to enable this app from app settings.