Re: Image upload issues with upgrade to v6.6

  •  05-13-2010, 1:41 AM

    Re: Image upload issues with upgrade to v6.6

    Hi cw808,
     
    Please create a test page like beow on your site and send the page url to me.
    1. <%@ Page Language="C#" ValidateRequest="false" Debug="true" %>   
    2.   
    3. <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>   
    4. <html>   
    5. <head>   
    6. </head>   
    7. <body>   
    8.     <form id="Form1" runat="server">   
    9.         <CE:Editor ID="editor1" runat="server">   
    10.         </CE:Editor>   
    11.     </form>   
    12. </body>   
    13. </html>  
    And if allow, please set up ftp access for me of your site (maybe I need to upload some new files for test).
     
    You can send  the info to Kenneth@CuteSoft.net, I will check it and get back to you  as soon as possible.
     
    Regards,
     
    ken
View Complete Thread