Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Specify which file types can be uploaded:

    Code Block
    <allowedContentTypes>
    	text/plain
    	image/jpeg
    	image/png
    	application/pdf
    	application/zip
    	application/vnd.ms-outlook
    </allowedContentTypes>


  • Define upload limits per user. 

    Code Block
    <maxUploadThroughputPerUser>0</maxUploadThroughputPerUser>

    The value stands for allowed number of MB per minute per user. If set to 0, upload is disabled.