Merge pull request #94 from tinymce/tylerkelly13-patch-1
Update upload-images.md
This commit is contained in:
@@ -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);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user