MCPcopy
hub / github.com/tinymce/tinymce / uploadImages

Method uploadImages

modules/tinymce/src/core/main/ts/api/Editor.ts:1183–1185  ·  view source on GitHub ↗

* Uploads all data uri/blob uri images in the editor contents to server. * * @method uploadImages * @return {Promise} Promise instance with images and status for each image.

()

Source from the content-addressed store, hash-verified

1181 * @return {Promise} Promise instance with images and status for each image.
1182 */
1183 public uploadImages(): Promise<UploadResult[]> {
1184 return this.editorUpload.uploadImages();
1185 }
1186
1187 // Internal functions
1188

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected