Merge pull request #94 from tinymce/tylerkelly13-patch-1

Update upload-images.md
This commit is contained in:
Tyler Kelly
2020-11-12 15:19:25 +10:00
committed by GitHub
+1 -1
View File
@@ -114,7 +114,7 @@ tinymce.init({
success(json.location);
};
formData = new FormData();
formData.append('file', blobInfo.blob(), fileName(blobInfo));
formData.append('file', blobInfo.blob(), blobInfo.filename());
xhr.send(formData);
}
});