Skip to content

Commit

Permalink
Added support for audio/mp4 MIME type.
Browse files Browse the repository at this point in the history
  • Loading branch information
jayarjo committed Jan 25, 2011
1 parent 999092f commit 90461e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ Version 1.3.x (2011-01-xx)
Added support for translatable error messages.
Added two new options: browse_button_hover and browse_button_active, in order to support browse_button interactivity.
Added support for 'multi_selection: false' to Silverlight runtime.
Added support for video/mp4, video/x-m4v and ... MIME Types.
Added support for video/mp4, video/x-m4v and audio/mp4 MIME Types.
Added artificial sendAsBinary method to XMLHttpRequest.prototype for browsers that have support for BlobBuilder and typed arrays.
Added version tracking variable into plupload object and version comment to the header of every file.
Fixed measurements of browse_button element in order to size and position input[type=file] element to fit it fully.
Fixed Flash runtime behavior for multiple_select=false and other simpleUpload usage cases: basically new FileReference has to be created for every select dialog.
Fixed browser sniffer to match only Safari, for fakeSafariDragDrop (seems like Safari on Mac doesn't require it either).
Expand Down
1 change: 1 addition & 0 deletions src/javascript/plupload.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"application/vnd.openxmlformats,docx pptx xlsx," +
"audio/mpeg,mpga mpega mp2 mp3," +
"audio/x-wav,wav," +
"audio/mp4,m4a," +
"image/bmp,bmp," +
"image/gif,gif," +
"image/jpeg,jpeg jpg jpe," +
Expand Down

0 comments on commit 90461e7

Please sign in to comment.