Pixie supports the following file uploads:
".png", ".jpg", ".gif", ".zip", ".mp3", ".pdf", ".exe", ".rar",
".swf", ".vcf", ".css", ".dmg", "php", ".doc", ".xls", ".xml", ".eps",
".rtf", ".iso", ".psd", ".txt",
".ppt",".mov",".flv",".avi",".m4v",".mp4"
If you are having trouble uploading videos I would make sure you have
the correct write permissions on the "video" folder using your FTP
app. If that is all OK, you might wish to overwrite a couple PHP
settings using your .htaccess file. For example adding:
php_value upload_max_filesize "200M"
php_value post_max_size "200M"
will ensure that your file size limits are capable for files upto
200mb.
Scott