i have a few questions they all lead up to the same basic need, to make more then one maxsize for image.
for instants i want the images uploaded in CKeditor to have max width of 700px
but i want to make a different upload form when the max width of an image is 900px.
well some questions...
[*]is there a way to make an independent upload form?
if so i might be able to send a _post variable to the config file and make a if statement in the max size place...
somthing like
[*]if not... do u know of any way that can help me?
thx in advance.
for instants i want the images uploaded in CKeditor to have max width of 700px
but i want to make a different upload form when the max width of an image is 900px.
well some questions...
[*]is there a way to make an independent upload form?
if so i might be able to send a _post variable to the config file and make a if statement in the max size place...
somthing like
if isset(_POST['900']) { $config['Images'] = Array( 'maxWidth' => 900, 'maxHeight' => 1200, 'quality' => 80); } else { $config['Images'] = Array( 'maxWidth' => 700, 'maxHeight' => 1200, 'quality' => 80); }
[*]if not... do u know of any way that can help me?
thx in advance.
Re: multiple max image size limits
Re: multiple max image size limits
and then:
The "Id" attribute will be supported in CKFinder 2.0.1.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+