Hello everybody, 
When adding an image to the text (image button => dialog), using the "send" for file input, I'd like to add 2 inputs to the form.
I'd like the user to have the possibility to add a constrain that help to upload big images that will be resized by my own upload method following those inputs:
Max_width => <input type="text" name="max_width" />
Max_height => <input type="text" name="max_height" />
I turn to implement this looking into the files (ckeditor and plugins .js) but I'm not really sure where I have to go to stay nice in the pipe.
Does I have to create a new plugin or ...
Some help really appreciated.
Thanks
Michel
When adding an image to the text (image button => dialog), using the "send" for file input, I'd like to add 2 inputs to the form.
I'd like the user to have the possibility to add a constrain that help to upload big images that will be resized by my own upload method following those inputs:
Max_width => <input type="text" name="max_width" />
Max_height => <input type="text" name="max_height" />
I turn to implement this looking into the files (ckeditor and plugins .js) but I'm not really sure where I have to go to stay nice in the pipe.
Does I have to create a new plugin or ...
Some help really appreciated.
Thanks
Michel
