日期:2014-05-17  浏览次数:20953 次

freetextbox中图片上传
我用freetextbox的InsertImageFromGallery设置图片上传,按照网上的步骤总是有问题,请问谁遇到过类似的问题?

点击新增加的“图片添加”按钮,不是右下角显示弹出阻拦窗口,就是跳转到另一页面显示如下:
请问谁遇到过这种类似的问题,谢谢!!!


aspx中写的是
<FTB:FreeTextBox id="FreeTextBox1" runat="server" Width="690px" Height="400px" 
 ButtonPath="\images\ftb\office2003\" Language="zh-CN"  supportfolder="~/News/Images/"                    
ImageGalleryPath = "~/Images/upload"                              ToolbarLayout="ParagraphMenu,FontFacesMenu,FontSizesMenu,FontForeColorsMenu|Bold,Italic,Underline,Strikethrough;Superscript,Subscript,RemoveFormat|JustifyLeft,JustifyRight,JustifyCenter,JustifyFull;BulletedList,NumberedList,Indent,Outdent;CreateLink,Unlink,InsertImage,InsertRule|Cut,Copy,Paste;Undo,Redo,Print,InsertImageFromGallery"  onload="FreeTextBox1_Load"/>

在imagegallery中也有改动,就是那4个都设为true


请帮我看看,感激不尽~~
freetextbox 图片 C# asp.net

------解决方案--------------------
你项目的根目录下有News/Admin/ftb.imagegallery.aspx吗?