mp3 file media upload error
-
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]
The topic ‘mp3 file media upload error’ is closed to new replies.