Convert Data URI to File then append to FormData

后端 未结 14 2605
逝去的感伤
逝去的感伤 2020-11-21 07:14

I\'ve been trying to re-implement an HTML5 image uploader like the one on the Mozilla Hacks site, but that works with WebKit browsers. Part of the task is to extract an imag

14条回答
  •  执念已碎
    2020-11-21 07:28

    var BlobBuilder = (window.MozBlobBuilder || window.WebKitBlobBuilder || window.BlobBuilder);
    

    can be used without the try catch.

    Thankx to check_ca. Great work.

提交回复
热议问题