Actions

QS

QS:Max filesize

From LimeSurvey Manual

Revision as of 20:16, 25 March 2014 by Han (talk | contribs)


Maximum file size allowed (max_filesize)

De maximale grootte (in KB) van een bestand dat een gebruiker kan uploaden.

Voorbeeld

Als het maximum op 1024 wordt gezet, dan kan de gebruiker geen bestanden groter dan 1024 KB uploaden.

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.