ebess / advanced-nova-media-library

A Laravel Nova field for displaying, creating, updating and ordering a Spatie Media Library model.
591 stars 295 forks source link

Multiple Images not being uploaded #406

Open amina-zeb opened 1 year ago

amina-zeb commented 1 year ago

Hi,

I saw this line in the readme.

If you enable the multiple upload ability, you can order the images via drag & drop.

I have tried to figure out how to enable the multiple upload ability but can't find it & didn't managed to use this library until now. Can someone help to guide me on how to enable the multilple upload ability.

Code snippet: _Images::make('Attach Files', 'image_filepath')

Still, I am getting following output. Uploading a new media replaces the earlier one.

Screenshot from 2023-08-15 11-56-50

amina-zeb commented 1 year ago

@ebess

lucfer93 commented 10 months ago

I am having the same problem, did you find a solution yet?

codedgift commented 8 months ago

Just add

->withMeta(['multiple' => true])