jberger / Galileo

A Simple Modern Perl CMS
http://galileo-cms.herokuapp.com
166 stars 38 forks source link

New feature "upload image from your computer" #12

Open karel-m opened 11 years ago

karel-m commented 11 years ago

Hi,

this pull request is just a proof of concept demonstrating new feature "upload image from your computer" (it is really a demo I do not expect it can be merged into your repo as it is)

It follows the idea from http://ben.onfabrik.com/posts/pagedown-markdown-editor-custom-image-dialog

It would be nice to have something like this in Galileo.

--Karel

jberger commented 11 years ago

Image uploads are planned for Galileo, I just haven't gotten there yet. I will be interested to see your approach. Cheers.

(Proof that its on my mind: http://irclog.perlgeek.de/mojo/2013-02-06#i_6417984)

jberger commented 11 years ago

Here is the first implementation of the file upload mechanism that Galileo will eventually use: https://gist.github.com/jberger/4744482

adam-stokes commented 11 years ago

Here is the first implementation of the file upload mechanism that Galileo will eventually use: https://gist.github.com/jberger/4744482

This would be cool to have a type of asset backend where we could specify the storage type (i.e. S3, cloudfiles, or local)