milesj / uploader

[Deprecated] A CakePHP plugin for file uploading and validating.
MIT License
193 stars 73 forks source link

Integrate with editor Wysiwyg #170

Closed hugofabricio closed 10 years ago

hugofabricio commented 10 years ago

Someone has already integrated this plugin with a wysiwyg editor? ck editor, tinymce etc?

milesj commented 10 years ago

Why would an uploader need a wysiwyg? If you're trying to preview the image, just use JS FormData and other technologies.

hugofabricio commented 10 years ago

I would like to upload images to own wysiwyg editor, something like this.

milesj commented 10 years ago

Still unclear what you mean.