Actions

Resources: Difference between revisions

From LimeSurvey Manual

mNo edit summary
 
(4 intermediate revisions by 3 users not shown)
Line 2: Line 2:
<translate>
<translate>


<!--T:25-->
__TOC__
__TOC__


=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:
=Introduction= <!--T:26-->




<!--T:27-->
Here you can 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:
<!--T:28-->
<center>[[File:Access Resources tab.png]]</center>  
<center>[[File:Access Resources tab.png]]</center>  




=Resources=
=Resources= <!--T:29-->


Once accessed, the following page will load up:


<!--T:30-->
Once accessed, the following page will be displayed:


<!--T:31-->
<center>[[File:Resources panel.png]]</center>
<center>[[File:Resources panel.png]]</center>


Line 26: Line 34:




=Tips & Hints=
=Tips & Hints= <!--T:32-->
 


<!--T:24-->
<!--T:24-->
The following tips & hints were written by our community members. Feel free to add more:
The following tips & hints were written by our community members. Feel free to add more:
* Authorized files extensions are defined in "config-defaults.php".
* Authorized files extensions are defined [[Optional_settings#Upload_files|by settings in config.php files]].
* 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 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.
* 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.
* You can't import a ZIP file containing subdirectories.
=Examples=
The following example makes use of the resource manager from LimeSurvey 2.74.


</translate>
</translate>

Latest revision as of 10:41, 14 May 2021


Introduction

Here you can 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 be displayed:


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 add more:

  • Authorized files extensions are defined by settings in config.php files.
  • 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.