How can I restrict the video formats that people can upload?

If you want folks to be able to upload custom videos, but restrict the allowed video formats to e.g. mp4 and avi, you can do so as follows:

[code lang="html"] <ziggeo ziggeo-perms="allowupload" ziggeo-allowed_extensions="mp4,avi"></ziggeo> [/code]
PREV NEXT