OK. Getting started with FlexImage now, but I’m noticing from the
documentation that it assumes you only have one binary column per table.
Is it possible to save rows with more than one image?
And if so, how would you save to the database? For example, the AWDWR
book says to go from the form to the model to break up the multipart
data, and then store it in the database. Is the implementation with
FlexImage the same? (all of the image-related operations are done in the
model and not controller)