Hi, I'm working on a plugin to be able to insert and edit images on htmlEditor field.I tried it successfully on the following browsers:
Chrome 15
Safari 5
Firefox 8
Internet Explorer 8
Opera 11.6 (Opera 11.51 has a bug with uploads)
.In addition, I made a little trick to allow image resizing on webkit browsers. (They dont have native support). With Safari or Chrome, if you click on one image you can resize it dragging the mouse or with the mousewheel.You have a demo here: goo.gl/TiwLE
First version of the code is ready to download on gitHub.
Cheers!
Hi Samual, your image upload plugin looks very promising!
I haven't used it yet, but is it possible to add some more configuration settings? For instance, make it possible to enable/disable the (serverside) image manipulation (cropping, rotating) and the styling options?