Nov 4, 2021
Hi, the proposed method append the blob directly to form data before sending over. Consider tweaking on the remote server site to enable CORS. For testing, simply set the Access-Control-Allow-Origin to *. In production, you should replace it with a list of IP instead.