how would I save an image to the database with FuelPHP? I don't want to do the hassle of creating my own storing system on the server, but instead using a blob. I know how to do on my own in PHP. But I guess that you folks have implemented a rather easy way to do it.
Any help would be much appreciated, or hint, or direction.
Well yes, I expected so. But as I am still at my early days or years in using PHP I was filing in the src-tag by giving it the data. Which doesn't work here.
Html::img($image->data);
is what I'm using.
I am saving the data by using the (rather complicated way and somehow wrong way):