mongoose-thumbnail icon indicating copy to clipboard operation
mongoose-thumbnail copied to clipboard

Suggestion for handling multiple images

Open markbarton opened this issue 10 years ago • 2 comments

Just started to use your plugin which is great BTW.

I have to handle a document with multiple images being associated with it - what do you think would be the best approach using the plugin? Loop over the files creating separate records in Mongo and then have a master record record the associated ids? Or is there a way to have the plugin handle multiple files which would be the ideal?

markbarton avatar Aug 05 '14 08:08 markbarton

Hi! Having the plugin handle multiple thumbnails would be the most flexible and elegant solution, but unfortunately there is no such functionality (yet). I'm a bit busy atm and I'd be happy to accept a contribution here :) It shouldn't be hard, it should be only matter of handling multiple sets of options and multiple sub-fields. Otherwise I could look into the thing as soon as I'll have a bit more time.

panta avatar Aug 05 '14 08:08 panta

Ok thanks - I will have a go and if successful will let you know.

markbarton avatar Aug 05 '14 08:08 markbarton