Actions

Resources: Difference between revisions

From LimeSurvey Manual

No edit summary
mNo edit summary
Line 21: Line 21:
<!--T:23-->
<!--T:23-->
From this panel, you can:
From this panel, you can:
* Browse available files
* Browse the available files from your installation;
* Export files as a ZIP archive
* Export files as a ZIP archive;
* Import a ZIP archive of files
* Import a ZIP archive of files.




Line 29: Line 29:


<!--T:24-->
<!--T:24-->
The following tips & hints were written by our community members. Feel free to edit it:
The following tips & hints were written by our community members. Feel free to more:
* Authorized files extensions are defined in config-defaults.php.
* Authorized files extensions are defined in "config-defaults.php".
* Files for the survey are in the upload/surveys/<sid> subdirectory.
* The pictures and media files that have been uploaded via the HTML editor are stored in the "upload/surveys/<sid>" subdirectory, where '''sid''' is the survey id.
* Uploaded files will only been seen while browsing resources on this survey (groups, questions, answers) not in other surveys or objects (labels).
* The uploaded files from survey X will only be seen while browsing the resources of survey X (groups, questions, answers). They cannot be seen from any other survey or objects (labels). However, do not expect this limited visibility to ensure confidentiality of the resources as they are reachable with a simple browser to anyone who knows the URL to the respective file.
* Do not expect this limited visibility to ensure confidentiality of the resources as they are reachable with a simple browser to anyone who know the URL to the file.
* You can't import a ZIP file containing subdirectories.
* You can't import a ZIP file containing subdirectories.


=Examples=
=Examples=
The following example makes use of the resource manager from LimeSurvey 2.74.




</translate>
</translate>

Revision as of 17:42, 30 November 2017

Introduction

This tab lets you manage files (pictures, media files) that were uploaded in the HTML Editor. You can access it by going to the survey menu of your survey and looking for the Resources tab:



Resources

Once accessed, the following page will load up:


From this panel, you can:

  • Browse the available files from your installation;
  • Export files as a ZIP archive;
  • Import a ZIP archive of files.


Tips & Hints

The following tips & hints were written by our community members. Feel free to more:

  • Authorized files extensions are defined in "config-defaults.php".
  • The pictures and media files that have been uploaded via the HTML editor are stored in the "upload/surveys/<sid>" subdirectory, where sid is the survey id.
  • The uploaded files from survey X will only be seen while browsing the resources of survey X (groups, questions, answers). They cannot be seen from any other survey or objects (labels). However, do not expect this limited visibility to ensure confidentiality of the resources as they are reachable with a simple browser to anyone who knows the URL to the respective file.
  • You can't import a ZIP file containing subdirectories.

Examples

The following example makes use of the resource manager from LimeSurvey 2.74.