blogit
blogit copied to clipboard
Add support for image uploads
We need to add support for uploading one or more images to a blog post. Any thoughts on the best way to implement this?
Would people be happy with using Carrierwave as the main uploader?
I would like to put in a request for Paperclip since the app I am developing already uses it. But I don't have any data to back that choice up.
Yea, I'd echo the support for Paperclip. I prefer it.
Carrierwave is better because it separates the uploaders from the model. Carrierwave uploaders are also easily reusable across models.
+1 for carrierwave
My experience is with Paperclip, but any method of image uploading would be welcomed - for me it's the top missing feature.
Any progress on this. Its a huge feature that makes choosing a different blog engine easier.
Hi @stevendelarwelle
We haven't planned out how to approach this yet. If you'd like to contribute, we'd welcome your input.
Otherwise, it's not likely to be added for a few months yet. Our team has client work which we need to focus on right now.