SAAS-922 - change file extensions in pypo based on mime-type, update lists of accepted mime types

This commit is contained in:
Duncan Sommerville 2015-07-16 16:26:52 -04:00
parent 041053b171
commit 1816be156f
5 changed files with 52 additions and 19 deletions

View file

@ -22,7 +22,7 @@ $(document).ready(function() {
unique_names : 'true',
multiple_queues : 'true',
filters : [
{title: "Audio Files", extensions: "ogg,mp3,oga,flac,wav,m4a,mp4,opus"}
{title: "Audio Files", extensions: "ogg,mp3,oga,flac,wav,m4a,mp4,opus,aac,oga,mp1,mp2,wma,au"}
],
multipart_params : {
"csrf_token" : $("#csrf").attr('value'),