It would be great if you could add ZIP file type, too.
The list of extensions comes from the get_allowed_mime_types() function in WordPress. The only reason ‘zip’ wouldn’t appear in the list is if another plugin is interfering.
Hello Kailey,
OK; thanks for your reply:
that’s strange then – I have to check that.
Best regards
Andreas
Is there way to add custom mime types for the other files those isn’t in list?
The FAQ page has the code snippet for adding more file types.
It would be great if you could add ZIP file type, too.
The list of extensions comes from the
get_allowed_mime_types()
function in WordPress. The only reason ‘zip’ wouldn’t appear in the list is if another plugin is interfering.Hello Kailey,
OK; thanks for your reply:
that’s strange then – I have to check that.
Best regards
Andreas
Is there way to add custom mime types for the other files those isn’t in list?
The FAQ page has the code snippet for adding more file types.