Actions

QS

Allowed filetypes/ja: Difference between revisions

From LimeSurvey Manual

(Created page with "QS:Allowed filetypes")
 
No edit summary
 
(10 intermediate revisions by 2 users not shown)
Line 2: Line 2:
<onlyinclude>
<onlyinclude>


===Allowed file types (allowed_filetypes)===
===許可されたファイルの種類 (allowed_filetypes)===


'''Description'''
'''説明'''


You may enter in this field the file types that are allowed to be uploaded by the respondent as answer to the question. The file formats must be separated by a comma.
質問に対する回答としてアップロードできるファイルの種類を入力します。ファイルフォーマットはコンマで区切ります。


'''Example'''
''''''


*One may enter: JPG, jpeg, png, gif.
*JPG, jpeg, png, gif.
 
{{Alert|許可されたファイルタイプをチェックするとき、LimeSurveyは拡張子とMIMEタイプをチェックします。通常のシステムは、一般的なMIMEタイプを理解しています。特別なファイルタイプが必要な場合は、[[Optional_settings/ja#Upload_files|config.phpファイルを更新する]]必要があります。}}


</onlyinclude>
</onlyinclude>


[[Category:Question Settings]][[Category:Question Logic Options]]
[[Category:Question Settings/ja]][[Category:Question Logic Options]]

Latest revision as of 03:36, 11 September 2019


許可されたファイルの種類 (allowed_filetypes)

説明

質問に対する回答としてアップロードできるファイルの種類を入力します。ファイルフォーマットはコンマで区切ります。

  • JPG, jpeg, png, gif.
  許可されたファイルタイプをチェックするとき、LimeSurveyは拡張子とMIMEタイプをチェックします。通常のシステムは、一般的なMIMEタイプを理解しています。特別なファイルタイプが必要な場合は、config.phpファイルを更新する必要があります。