margox / braft-editor

美观易用的React富文本编辑器,基于draft-js开发

Home Page:https://braft.margox.cn/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

复制网络图片到编辑器时,怎么拦截替换成自己服务器地址?

huangweilinag opened this issue · comments

复制网络图片到编辑器时,因为存在图片跨域问题,所以需要把图片的图片上传到自己服务器中,使用自己服务器图片地址。
怎么实现拦截,替换功能

uploadFn,官网有写