在前台的代码中我是这样写的
<ftb:FreeTextBox ID="EnterpriseConstruct" runat="server" AutoConfigure="EnableAll"
                                                ButtonPath="image/ftb/office2003/" ImageGalleryPath="UpLoad/Images" HelperFilesPath="../HelperScripts/"
                                                Height="560px" Width="100%">
</ftb:FreeTextBox>但是在上传图片的时候提示:该文件夹不存在或者为空的:Upload/images请问该如何设置这个ImageGalleryPath呢?或者还需要设置其他的什么地方呢?望指导,感激万分!

解决方案 »

  1.   

    ImageGalleryPath="../SysAdmin/Picture"
      

  2.   

    路径问题如果你把image放到跟目录下就没有问题至少我是这样解决的或者你干脆用绝对路径吧
      

  3.   

    看看你的控件是否注册正确,另外,不明白你的做法,为什么要在Textbox中插入图片?
      

  4.   

    看看你的控件是否注册正确,另外,不明白你的做法,为什么要在Textbox中插入图片?是FreeTextBox组件
      

  5.   

    你现在使用FreeTextBox的页面是不是和UpLoad文件夹在同一级目录下面?
    按照你这种设置方法:ImageGalleryPath="UpLoad/Images"
    UpLoad文件夹应该在使用FreeTextBox的页面的上一级目录里面
      

  6.   

    ImageGalleryPath是不是只能用绝对路径啊?
      

  7.   

    使用Freetextbox的页面和upload在同一个目录下,该怎么写呢?
      

  8.   

    <FTB:FREETEXTBOX id="content" runat="server" AutoConfigure="Default" ButtonPath="images/ftb/office2003/"
    ImageGalleryPath="images/upload/" ButtonType="Image" HelperFilesPath="HelperScripts/"></FTB:FREETEXTBOX>