I would also work (from the browser) using blobs: const blob = new Blob([new Uint8Array(array)], {type: "image/jpeg"}); formData.append('attachment ...
確定! 回上一頁