Closed
Description
Hi there,
I'm using the media field to add/upload audio (mp3) and video files (mp4), but once I select the file it isn't added. If I select an image it works fine. Here's the code I'm using:
array(
'id' => 'video_mp4_url',
'type' => 'media',
'url' => true,
'title' => __( 'MP4 Video', 'gp_lang' ),
'compiler' => true,
'desc' => __( 'Upload a mp4 video.', 'gp_lang'),
),
Metadata
Metadata
Assignees
Labels
No labels