Re: images upload problem!! urgent!!

  •  09-02-2005, 9:20 AM

    Re: images upload problem!! urgent!!

    you will test.. here
     
     
    code is
    <%
          dim content
            
          content ="<P><FONT face=""Comic Sans MS"" color=#800000 size=2><STRONG>simple</STRONG></FONT></P>"
          content = content &"<P><STRONG>&nbsp;</STRONG></P>"
          content = content &"<P><STRONG><FONT color=#2f4f4f size=3>simple</FONT></STRONG></P>"
          content = content &"<P><STRONG>&nbsp;</STRONG></P>"
          content = content &"<P><STRONG><FONT face=Verdana color=#ffff00 size=4>simple</FONT></STRONG></P>"
          content = content &"<P><STRONG>&nbsp;</STRONG></P>"
          content = content &"<P><STRONG><FONT face=Tahoma color=#0000ff size=5>simple</FONT></STRONG></P>"
          content = content &"<P><STRONG>&nbsp;</STRONG></P>"
          content = content &"<P><STRONG><FONT face=""Times New Roman"" color=#2e8b57 size=6>simple</FONT></STRONG></P>"
          content = content &"<P><STRONG>&nbsp;</STRONG></P>"
          content = content &"<P><STRONG><FONT face=Tahoma color=#808080 size=7>simple</FONT></STRONG></P>"
          
          Dim editor
          Set editor = New CuteEditor
         
          editor.ID = "Editor1"
          editor.Text = content
          editor.FilesPath = "CuteEditor_Files"
          editor.ImageGalleryPath = "/Uploads"
          editor.MaxImageSize = 50
          editor.AutoConfigure = "Simple"
          'editor.Template= "Bold,Italic,Underline"
          
          'editor.Width = 600
          'editor.Height = 240
          editor.Draw()
       
          ' Request.Form(ID) access from other page
      
          %>
View Complete Thread