Title: acc, m4a e opus
Last modified: August 31, 2016

---

# acc, m4a e opus

 *  [steffania](https://wordpress.org/support/users/steffania/)
 * (@steffania)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/acc-m4a-e-opus/)
 * Hello, I would like to have the possibility to enable upload for acc, m4a and
   opus. Is it possible?
    I don’t need to have a player to play this files only 
   the posibility to download them from admin later.
 * Thank you.
 * [https://wordpress.org/plugins/frontend-uploader/](https://wordpress.org/plugins/frontend-uploader/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Rinat](https://wordpress.org/support/users/rinatkhaziev/)
 * (@rinatkhaziev)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/acc-m4a-e-opus/#post-7372012)
 * Hi,
 * m4a is supported out of the box (you just need to enable it in the settings (
   Settings -> Frontend Uploader Settings ). There’s a question in FAQ that covers
   how to add other file types.
 * I believe in your case the filter function would look like that
 *     ```
       <?php
       add_filter( 'fu_allowed_mime_types', 'my_fu_allowed_mime_types' );
       function my_fu_allowed_mime_types( $mime_types ) {
       		$mime_types['opus|oga|ogg'] = 'audio/ogg';
       		$mime_types['aac'] = 'audio/aac';
           return $mime_types;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘acc, m4a e opus’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/frontend-uploader_81a69d.svg)
 * [Frontend Uploader](https://wordpress.org/plugins/frontend-uploader/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/frontend-uploader/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/frontend-uploader/)
 * [Active Topics](https://wordpress.org/support/plugin/frontend-uploader/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/frontend-uploader/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/frontend-uploader/reviews/)

## Tags

 * [m4a](https://wordpress.org/support/topic-tag/m4a/)

 * 1 reply
 * 2 participants
 * Last reply from: [Rinat](https://wordpress.org/support/users/rinatkhaziev/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/acc-m4a-e-opus/#post-7372012)
 * Status: not resolved