Results 1 to 8 of 8

ckeditor - upload image option?

This is a discussion on ckeditor - upload image option? within the osCmax v2 Installation issues forums, part of the osCmax v2.0 Forums category; Just a quick question, how can you upload an image via ckeditor from your computer rather than using an url. ...

      
  1. #1
    New Member
    Join Date
    May 2009
    Posts
    14
    Rep Power
    0


    Smile ckeditor - upload image option?

    Just a quick question, how can you upload an image via ckeditor from your computer rather than using an url. When I click on the image icon there is not the option to upload. The demo on the Main ckeditor site has this option?

    Is this possible?

    Look forward to your response.

    regards
    Giga

  2. #2
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,501
    Rep Power
    567


    Default Re: ckeditor - upload image option?

    Disabled by default. You will need to go to ckeditor site and read how to enable file uploads. It requires adding a file-manager to ckeditor.
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  3. #3
    New Member
    Join Date
    May 2009
    Posts
    14
    Rep Power
    0


    Default Re: ckeditor - upload image option?

    Dear Michael

    Thank you will head there now. Really appreciate your prompt assistance.

    Regards
    Giga

  4. #4
    Lurker
    Join Date
    May 2010
    Posts
    4
    Rep Power
    0


    Default Re: ckeditor - upload image option?

    Struggling with the same issue here as well.
    I have found THIS page with some info but I can't seem to figure it out.
    Any suggestions are much appriciated.

    Thanks,

    Remko

  5. #5
    New Member
    Join Date
    Mar 2005
    Posts
    21
    Rep Power
    0


    Default Re: ckeditor - upload image option?

    I feel like a dummy. I've read through so many articles and don't know where to start to add a file-manager to the ckeditor. Why did version 2.0.25 not come stock with the fckeditor which allowed for image uploads from the hard drive?

    I did find this article: Core Five Labs FileManager but I sure don't feel comfortable using the command line of my server to download files I can't guarantee are safe: svn co svn://corefive.com/svn/filemanager/.

    Can anyone help?

    Thanks!

  6. #6
    Lurker
    Join Date
    Oct 2010
    Posts
    1
    Rep Power
    0


    Default Re: ckeditor - upload image option?

    I have the same issue and solve it.

    1. download ck finder
    2. add code after text area of the ck editor
    3. Change return type of function CheckAuthentication() is ckfinder/config.php


    code here

    <textarea cols="80" id="editor1" name="editor1" rows="10">


    </textarea>
    <script type="text/javascript">
    //<![CDATA[

    CKEDITOR.replace( 'editor1',
    {
    filebrowserBrowseUrl : 'ckeditor/ckfinder/ckfinder.html',
    filebrowserImageBrowseUrl : 'ckeditor/ckfinder/ckfinder.html?type=Images',
    filebrowserFlashBrowseUrl : 'ckeditor/ckfinder/ckfinder.html?type=Flash',
    filebrowserUploadUrl : 'ckeditor/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Files',
    filebrowserImageUploadUrl : 'ckeditor/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Images',
    filebrowserFlashUploadUrl : 'ckeditor/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Flash'
    }
    );
    //]]>
    </script>

    Download | CKFinder - Ajax File Manager

  7. #7
    Lurker
    Join Date
    May 2010
    Posts
    4
    Rep Power
    0


    Default Re: ckeditor - upload image option?

    Great to see that a reaction came to this post. The solution of this problem has been on my wishlist for some time. As I could not solve the issue I just dealt with not being able to use this upload option.

    The post of "sincere_ammar" brought me a bit closer to the solution but I am still puzzeled.

    I am hoping if you could perhaps explain a bit in more detail what needs to been done.
    Your help would be greatly appriciated.

    Thanks

    Remko

  8. #8
    Lurker
    Join Date
    Sep 2011
    Posts
    1
    Rep Power
    0


    Default Re: ckeditor - upload image option?

    Hi all, please see this small tutorial:

LinkBacks (?)

  1. 07-07-2010, 12:20 PM

Similar Threads

  1. File Upload .7 (for PA - Option Type Feature)
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 10-24-2007, 03:26 AM
  2. File Upload .7 (for PA - Option Type Feature)
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 10-19-2007, 01:55 AM
  3. File Upload .7 (for PA - Option Type Feature)
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 10-03-2007, 09:11 AM
  4. File Upload .7 (for PA - Option Type Feature)
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 08-16-2007, 02:25 AM
  5. Upload File Option for the Client
    By aliharis2004 in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 01-17-2004, 01:26 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •