You have a typo in the function uploadCanvasData
it should read
formData.append("file", blob);
Read your code more carefully!
You have a typo in the function uploadCanvasData
it should read
formData.append("file", blob);
Read your code more carefully!