Not sure if this is helpful or not :)

You might look and see if this is a  "feature" of CKFinder - though not
sure if the file manage in Mura CMS is CKFinder or other code - as there
seems to be some file upload ajax code as well. 


FROM: http://cksource.com/forums/viewtopic.php?f=10&t=13149

CKFinder resizes uploaded images automatically if they exceed the maximum
size:

Code: Select all
    $config['Images'] = Array(
          'maxWidth' => 1600,
          'maxHeight' => 1200,
          'quality' => 80);      


(you can change the maxWidth/maxHeight settings in config.php).

---------------

The CKFinder files are located at in your Mura instance
/admin/tasks/widgets/ckfinder/core/connector/cfm/ImageCFC/






~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:346768
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to