Actions

QS

Max filesize/en: Difference between revisions

From LimeSurvey Manual

m (FuzzyBot moved page QS:Maximum filesize allowed/en to QS:Max filesize/en without leaving a redirect: Part of translatable page "QS:Maximum filesize allowed".)
(Importing a new version from external source)
Line 10: Line 10:
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.


'''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.
</onlyinclude>
</onlyinclude>


[[Category:Question Settings]][[Category:Advanced Question Settings]]
[[Category:Question Settings]][[Category:Advanced Question Settings]]

Revision as of 11:02, 19 March 2014


Maximum file size allowed (maximum_filesize_allowed)

The maximum size of a file that should be allowed to be uploaded by the user.

Example

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.