zikula-modules / DizkusModule

Official repository for Dizkus, a fully integrated forum solution for Zikula 1.4+
21 stars 7 forks source link

Github style simple add image to post. #204

Open damon18 opened 11 years ago

damon18 commented 11 years ago

Github has the most dead-simple way of adding images I've seen.

Attach images by dragging & dropping, selecting them, or pasting from the clipboard

It would be great if that capability were available in Dizkus.

Guite commented 11 years ago

If a generic solution is possible this could be reused for https://github.com/Guite/MostGenerator/issues/122 maybe.

damon18 commented 11 years ago

I've looked around for how they do it so far with no luck. I found the announcement from when they added the feature. https://github.com/blog/1347-issue-attachments

damon18 commented 11 years ago

Looks like this active project for a jQuery Upload must be it. https://github.com/blueimp/jQuery-File-Upload

damon18 commented 11 years ago

Here's a Symfony2 bundle that handles multiple uploader types. https://github.com/1up-lab/OneupUploaderBundle