ewebEditor5.5如何配置图片上传大小?我在style下的blue.js里改了
config.AllowImageSize = "10240";
上传时报的也是大小不能超过10240kb.但我的图片没超过10240kb?
怎么也不能上传,是不是不在这里配置的?
下面是我在前台的引用:
<textarea name="content" id="Textarea1" style="display: none"><%=content %></textarea>
                        <iframe id="eWebEditor1" src="/eWebEditor/ewebeditor.htm?id=content&style=blue"frameborder="0"
                            scrolling="No" width="100%" height="400"></iframe>
请大侠指点

解决方案 »

  1.   

     <system.web>      <httpRuntime maxRequestLength="30800" executionTimeout="3600"/>web.config中 设 置 了 吗 ?
      

  2.   

     <httpRuntime maxRequestLength="10240" executionTimeout="3600"/> 
      

  3.   

    我的web.config里有了这个:
        <httpRuntime executionTimeout="3600" maxRequestLength="1048576"/>
    怎么还是不行呢?是不是还有其它的地方要配置的?
      

  4.   

    ewebEditor5.5 的后台管理的,可以登录到里去相关样式的设置就可以了