Actions

QS

Max filesize/de: Difference between revisions

From LimeSurvey Manual

(Created page with "Die maximale Größe einer Datei, die der Teilnehmer hochladen darf.")
(Created page with "'''Beispiel'''")
Line 6: Line 6:
Die maximale Größe einer Datei, die der Teilnehmer hochladen darf.
Die maximale Größe einer Datei, die der Teilnehmer hochladen darf.


'''Example'''
'''Beispiel'''


If the maximum filesize is set to 1024 KB, any files larger than 1024 KB will be discarded, and the user will be asked to upload a smaller file.
If the maximum filesize is set to 1024 KB, any files larger than 1024 KB will be discarded, and the user will be asked to upload a smaller file.

Revision as of 11:03, 19 March 2014


Maximal erlaubte Dateigröße (max_filesize)

Die maximale Größe einer Datei, die der Teilnehmer hochladen darf.

Beispiel

If the maximum filesize is set to 1024 KB, any files larger than 1024 KB will be discarded, and the user will be asked to upload a smaller file.

Note: The final value shown to the survey participant is also depending on PHP settings, like post_max_size and upload_max_filesize. Of all three possible values (upload_max_filesize, post_max_size and max_filesize) the lowest one will be shown and used.