将mp3文件上传到Firebase

时间:2016-04-04 13:30:02

标签: file-upload firebase mp3

任何人都试图通过Firebase上传mp3文件。我有以下(简化):

ref.push({

                titel: jQuery("#" + this._gnf.titel).val(),

                submitted_by: {
                    name: jQuery("#" + this._gnf.submitted_by[0]).val(),

                },

                  song: jQuery("#" + this._gnf._song).val(),

            });// END: ref push

"歌曲" ref应该保存mp3文件。一直在阅读你必须将它们转换为base64字符串。但它甚至可以用MP3文件完成吗?在

jQuery("#" + this._gnf._song).val();

参考输入文件:

<input id="file-upload" name="file-upload" type="file" class="file" multiple=true data-preview-file-type="any">

0 个答案:

没有答案