is it possible to upload images and create from that uploaded image multiple images with different size what is set to them at configuration file? I'm uploading image, it's uploading with original size, but i need the same pic with size 200x300 at folder "Large" and the same picture with size 100x150 at folder "Middle".
Wed, 02/27/2008 - 13:22
#1
Re: Upload images and create multiple pictures
For example in PHP connector you could do this:
edit core\connector\php\php5\CommandHandler\FileUpload.php
take a look at this part of code:
you can add something similar, for example:
(add this code before sending the final response).
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+