Opened 10 years ago

Closed 10 years ago

#11069 closed Bug (invalid)

Large images and large files

Reported by: Vivian Jardim Owned by:
Priority: Normal Milestone:
Component: Performance Version:
Keywords: Cc: jardimv@…

Description

Hello,

my company is considering using CKEditor in one of the solutions we are developing for our sales team. This solution will allow the sales team to create marketing materials for their sales calls. As the Business Analyst for this solution I have two questions:

  1. Can I create large documents (size 8 MB) in CKEditor? Many of the marketing materials our sales team will create will have high resolution images that contribute to a large file size.
  1. Images. Will CKEditor be able to work with large images if inserted inline? For example, I might need an image to cover the whole page. Therefore, the image will need to be high resolution and will be large in size.

Please see attached one of the images we will need to use.

Thank you for your feedback. Your prompt response is much appreciated as I research the best editor to integrate with our application.

Thank you,

Vivian Jardim Business Analyst at HNI Corportaion.

Attachments (1)

Conference_Room small size.jpg (1.4 MB) - added by Vivian Jardim 10 years ago.
The original image is 7 MB. I reduced the size to be able to send it.

Download all attachments as: .zip

Change History (2)

Changed 10 years ago by Vivian Jardim

The original image is 7 MB. I reduced the size to be able to send it.

comment:1 Changed 10 years ago by Jakub Ś

Resolution: invalid
Status: newclosed

Editor works in browser and is limited by it. 7MB is a lot but 7MB in code is not the same as little code and 7MB image. In first case there would be a lot of processing (especially when you have a lot of nested tags) and editor might take a while process all that. In second, large image is just one tag which may only take some time to load.

To upload images you need CKFinder http://cksource.com/ckfinder which can be configured to upload files that large (http://docs.cksource.com/CKFinder_2.x/Developers_Guide/PHP/Configuration/Resource_Types/Built-in).

Anyway this isn't a bug report thus I'm closing it as invalid.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy