gpt4 book ai didi

javascript - 使用 bootstrap-markdown 上传图片

转载 作者:行者123 更新时间:2023-11-29 19:29:00 24 4
gpt4 key购买 nike

我正在使用 bootstrap-markdown ,当我尝试插入图片时我只能从网络插入它,有没有解决无法从本地机器上传的解决方案?

    <form>
<input name="title" type="text" placeholder="Title?" />
<textarea id="myEditor" name="content" data-provide="markdown" rows="10"></textarea>
<label class="checkbox">
<input name="publish" type="checkbox"> Publish
</label>
<hr/>
<button type="submit" class="btn">Submit</button>
</form>

最佳答案

使用这个模块: https://github.com/inacho/bootstrap-markdown-editor

下面是一个激​​活上传的例子:

$('#myEditor').markdownEditor({
imageUpload: true, // Activate the option
uploadPath: 'upload.php' // Path of the server side script that receive the files
});

这是一个documentation

关于javascript - 使用 bootstrap-markdown 上传图片,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29284569/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com