• I found error when uploading sliced audio(mp3) files to WordPress via media upload. I get “An error occured in the upload. Please try again later.” Checked media.php (303 line) file and with print_r($meta); I get “��” symbols, that came from media file, I have Removed all attributes from properties but problem still exists. I get same error because of this “��”

    Array
    (
    [dataformat] => mp3
    [channels] => 1
    [sample_rate] => 44100
    [bitrate] => 159766.51119403
    [channelmode] => mono
    [bitrate_mode] => vbr
    [codec] => LAME
    [encoder] => LAME3.82
    [lossless] =>
    [encoder_options] => VBR
    [compression_ratio] => 0.22642646144279
    [fileformat] => mp3
    [filesize] => 353847
    [mime_type] => audio/mpeg
    [length] => 18
    [length_formatted] => 0:18
    [comment] => ��
    [title] => ��
    [artist] => ��
    [album] => ��
    [genre] => ��
    )

    TEST file:
    [audio src="https://w7.lt/TN_IP_2_1.mp3" /]

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • The file attributes are not related to the metadata that is being extracted from within the file.

    The file has either improper or malformed (purposely) metadata.

    Always insure your source files are from trusted well known sources and you have the rights to distribute them. Insure the Applications used to gather, edit, or share them are of the same caliber.

Viewing 1 replies (of 1 total)

The topic ‘mp3 file media upload error’ is closed to new replies.