images upload problem!! urgent!!

Last post 09-02-2005, 9:20 AM by ragious. 4 replies.
Sort Posts: Previous Next
  •  08-21-2005, 5:05 PM 9800

    images upload problem!! urgent!!

    1st
     

     
     
     
     
     
    2st
     
  •  08-22-2005, 3:47 PM 9852 in reply to 9800

    Re: images upload problem!! urgent!!

  •  08-22-2005, 5:32 PM 9856 in reply to 9852

    Re: images upload problem!! urgent!!

    Problum is images file is not visible.  view with acdsee 7.0 or ie 6.0.. It is not visible.(sever:win2k server, all update!!)

    how 2 images browser windows remove??
    ---------------------------------------------------------------------------
    How did you configure the ImageGalleryPath property?
  •  09-02-2005, 9:15 AM 10100 in reply to 9852

    Re: images upload problem!! urgent!!

    <%
     Set Editor = New CuteEditor
     Dim temp_styledropdownMenuNames, temp_styledropdownMenuList, temp_snippetDropDownMenuNames, temp_snippetDropDownMenuList, temp_imagesDropDownMenuNames, temp_imagesDropDownMenuList
     temp_styledropdownMenuNames = "redcolor,boldgreen,highlight"
     temp_styledropdownMenuList = "redcolor,boldgreen,highlight"
     temp_snippetDropDownMenuNames = "Contact Info,Copyright"
     temp_snippetDropDownMenuList = contactstring&", Copyright 2003 CuteSoft.Net.All right seserved."
     temp_imagesDropDownMenuNames = "Contact us,Hi Canada,Need a tool,Flower,Business,Beautiful Smile,Content tools,Nice Couple"
     temp_imagesDropDownMenuList = ""
     temp_linksDropDownMenuNames = "CuteEditor,Mail to us,Yahoo.com,Google.com,ASP.NET"
     temp_linksDropDownMenuList = "Http://www.CuteSoft.Net,mailto:support@CuteSoft.Net,Http://www.yahoo.com,Http://www.google.com,Http://www.asp.net"
     
     
     Editor.ID = "contents"
     Editor.Text = contents
     Editor.FilesPath = "/CuteEditor"
     Editor.ImageGalleryPath = "/ContentUploads"
     Editor.DocumentPath = "/ContentUploads1"
     Editor.MaxImageSize = 300
     Editor.AutoConfigure = "EnableAll"
     Editor.StyleDropDownMenuNames = temp_styledropdownMenuNames
     Editor.StyleDropDownMenuList  = temp_styledropdownMenuList
     Editor.CodeSnippetDropDownMenuNames = temp_snippetDropDownMenuNames
     Editor.CodeSnippetDropDownMenuList  = temp_snippetDropDownMenuList
     Editor.ImagesDropDownMenuNames = temp_imagesDropDownMenuNames
     Editor.ImagesDropDownMenuList = temp_imagesDropDownMenuList
     Editor.LinksDropDownMenuNames = temp_linksDropDownMenuNames
     Editor.LinksDropDownMenuList = temp_linksDropDownMenuList
     Editor.Width = 560
     Editor.Height = 450
     Editor.EditorBodyStyle = "table { font:normal 12px arial; }"
     Editor.EditorWysiwygModeCss = "asp.css"
     Editor.Draw()
    %>
  •  09-02-2005, 9:20 AM 10101 in reply to 9856

    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 as RSS news feed in XML