在vs2005里用freetextbox3.16发现没有上传图片的功能了,以前的开源的1.63版本还能上传图片,查了资料说是设置个imagegallary什么的就可以了,可是折腾了1个小时还是没弄好,代码是这样的 <FTB:FreeTextBox ID= "Free1 " ImageGalleryPath= "~/upimgs "
runat= "server " Text= ' '
ButtonDownImage= "True "
ToolbarLayout= "ParagraphMenu,FontFacesMenu,FontSizesMenu,
FontForeColorsMenu|Bold,Italic,Underline,Strikethrough;
Superscript,Subscript,RemoveFormat|JustifyLeft,JustifyRight,JustifyCenter,JustifyFull;
BulletedList,NumberedList,Indent,Outdent;CreateLink,Unlink,
InsertImage,InsertImageFromGallery,
InsertRule|Cut,Copy,Paste;Undo,Redo,Print ">
</FTB:FreeTextBox> 但是还是不能上传图片,还是出来一个插入图片url的对话框,
------解决方案--------------------------------------------------------
ImageGalleryPath= "~/upimgs ",你可能upings路径没设置正确
或者ftb.imagegallery.aspx 没有放到应用程序的目录下