Fck Editor Image uploading problem

Last post 09-25-2009 8:05 AM by rehman.gull. 21 replies.

Sort Posts:

  • Re: Fck Editor Image uploading problem

    03-23-2009, 1:45 AM
    • Member
      2 point Member
    • deepak_m
    • Member since 08-17-2008, 8:39 PM
    • Posts 3

     Thanks archu136 for your solution, it worked and saved me!..

  • Re: Fck Editor Image uploading problem

    03-28-2009, 3:34 PM
    • Member
      37 point Member
    • KushKashyap
    • Member since 12-09-2008, 8:38 AM
    • India
    • Posts 52

     Hi jack_tom, i am sure by now you would have resolved your problem. But i just came across a solution to this problem so i am sharing it with you..

    just modify the connector.aspx file as 

     

    // URL path to user files.
    		UserFilesPath = "~/Resources/ArticleData/";
    
    		// The connector tries to resolve the above UserFilesPath automatically.
    		// Use the following setting it you prefer to explicitely specify the
    		// absolute path. Examples: 'C:\\MySite\\userfiles\\' or '/root/mysite/userfiles/'.
    		// Attention: The above 'UserFilesPath' URL must point to the same directory.
    
            string ap = HttpContext.Current.Server.MapPath("~/Resources/ArticleData/");
    		UserFilesAbsolutePath = ap;
      This will resolve your problem.
    Kush Kashyap
  • Re: Fck Editor Image uploading problem

    04-21-2009, 10:16 AM
    • Member
      16 point Member
    • jack_tom
    • Member since 12-23-2008, 8:31 AM
    • Posts 10

    Thank you very much KushKasyap

     I got it..

     and sorry for so late response.

     

    today i have problem .....

    i want to print the text on a image with the inner and outer colour

    means the text will be having border with some width and color.

    I tried with GDI but not getting the Image quality

     Can you please give me code to sort out this problem 

     

    Thanks in advance

    Jack


  • Re: Fck Editor Image uploading problem

    07-16-2009, 1:49 AM

    Hi archu,

    i have implemented you changes for FCK editor.its working fine...

    i images are not previewing... could you plz help me out..

    thanks

    Tariq 

  • Re: Fck Editor Image uploading problem

    08-15-2009, 8:28 AM
    • Member
      128 point Member
    • lindows
    • Member since 04-27-2008, 4:29 AM
    • Posts 280

    rather than uploading to the webserver

    for security purposes, uploading and storing the files in the database is safer

    the primary advantage is to reduce the user from uploading scripts/virus that could be harmful to your production web servers

    i've build a component which allows users to uploads and stores files into a database as binary, this removed the scripts/virus threat that most production web servers fear

    http://forums.asp.net/p/1345832/2735110.aspx


  • Re: Fck Editor Image uploading problem

    09-04-2009, 6:37 PM
    • Member
      2 point Member
    • davidmunoz
    • Member since 09-04-2009, 10:34 PM
    • Posts 1

    I had this error too.


    After debugging a litle the java script in browser.html, I found out the editor is calling this URL:


    http://localhost:1923/controls/fckeditor/editor/filemanager/connectors/aspx/connector.aspx?Command=GetFoldersAndFiles&Type=Image&CurrentFolder=%2F&uuid=1252103392107


    Once I requested this URL directly I got this error:

    Using themed css files requires a header control on the page. (e.g. <head runat="server" />).


    So in my case, the error was caused by my application using themes.

    What I did to solve this was adding this line:

    <head id="Head1" runat="server" />

    At the begining of

    fckeditor\editor\filemanager\connectors\aspx\connector.aspx


    That fixed it and now it's working just fine. Hope it helps

  • Re: Fck Editor Image uploading problem

    09-25-2009, 8:05 AM
    • Member
      2 point Member
    • rehman.gull
    • Member since 09-25-2009, 8:03 AM
    • Posts 1

    Thanks davidmunoz, You have solved my problem. Your aolution worked perfectly.


    Rehman Gull


Page 2 of 2 (22 items) < Previous 1 2
Microsoft Communities