如何使用 apex:inputTextArea 上传图像而不是链接?
任何人都可以帮我解决上传图像而不是文本编辑器中的链接的问题吗?我正在使用 apex:inputtextarea 。它返回给我文本编辑器,可以选择插入带有链接的图像,而不是上传图像。有人可以帮助我吗?
Can anybody please help me to solve the issue of uploading image instead of a link in text editor. I am using apex:inputtextarea . It returns me the text editor with the option of inserting image with a link instead of uploading image. Can anybody help me?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于上传图像,您不应该使用 顶点:输入文件?
For uploading images shouldn't you be using apex:inputFile ?