jbouzekri / FileUploaderBundle

Aggregate some bundles and libraries to provide easy ajax file upload integration with crop
MIT License
23 stars 7 forks source link

Multiple images #3

Closed lumilo8 closed 9 years ago

lumilo8 commented 9 years ago

Hi, is it possible upload multiple files?

jbouzekri commented 9 years ago

No, for now, it is not possible out of the box.

The only solution I can think of when using my bundle is to have a collection field with a oneToMany relation to an entity storing the image. You could then make a form with a collection (allow_add and allow_delete). It would not be a multiple upload in the same click but it will allow you to provide features like image gallery, ...