According to FormData, you should be able to add a filename parameter to your data.append()
call as follows:
data.append("ImageFileField", blob, "imageFilename.png");
According to FormData, you should be able to add a filename parameter to your data.append()
call as follows:
data.append("ImageFileField", blob, "imageFilename.png");