html5syt Can you add a button in the editor that can customize HTTP POST/GET requests to upload images? This can be used in many places. For example, all websites that use the web to upload files / images(比如所有使用web来上传文件/图像的网站) can use it to send POST requests to upload images. This will greatly increase the scalability of flarum for image upload. thanks!
html5syt By the way, it have to also support cookies, otherwise some websites will be unable to upload.(Some websites need to be uploaded by cookies after logging in)
luceos I don't think allowing outside interaction with the composer is wise, it opens up a whole can of worms. Understand that Flarum is a SPA and runs entirely on top of an API, so any outside application should be using the API not the user frontend.
html5syt Indeed, you are right I have given up this idea now, because I plan to use fofupload to upload pictures directly