Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/angular/28.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/spring-mvc/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Angular 如何使用Quill文本编辑器上传屏幕截图_Angular_Mean Stack_Quill - Fatal编程技术网

Angular 如何使用Quill文本编辑器上传屏幕截图

Angular 如何使用Quill文本编辑器上传屏幕截图,angular,mean-stack,quill,Angular,Mean Stack,Quill,我是英语初学者。我正在制作一个技术博客网站。这是我的第一个有角度的项目。我使用的是MEANstack。除了通过quill上传图像外,一切都非常完美。很抱歉,我不能将整个代码粘贴到这里,因为这里太混乱了。这是我的贡献.component.html <div class="container"> <div class="row pt-5"> ... <quill-editor [styles]="editorStyle" [modules]="con

我是英语初学者。我正在制作一个技术博客网站。这是我的第一个有角度的项目。我使用的是
MEAN
stack。除了通过
quill
上传图像外,一切都非常完美。很抱歉,我不能将整个代码粘贴到这里,因为这里太混乱了。这是我的贡献.component.html

<div class="container">
  <div class="row pt-5">
    ...
    <quill-editor [styles]="editorStyle" [modules]="config" ...></quill-editor>
  </div>
</div>
Mongodb中的文档结构如下:

  makeNewPost={
    articleid: "",
    title: "",
    content: "", <----screenshots should be included with this
    date: "",
    contributor: ""
  };
makeNewPost={
文章编号:“,
标题:“,

内容:“”,我不认为这是Quill的问题。请尝试从项目中删除/卸载Quill,并检查是否出现相同的错误。我正在使用Quill editor上载屏幕截图。这与Quill有何关系?删除Quill肯定不是一个解决方案。我不认为这是Quill的问题。请尝试从m你的项目,并检查是否出现相同的错误。我正在使用Quill editor上载屏幕截图。这与Quill有什么关系?删除Quill肯定不是一个解决方案。
  makeNewPost={
    articleid: "",
    title: "",
    content: "", <----screenshots should be included with this
    date: "",
    contributor: ""
  };