Loocist23
Loocist23
> This is not a bug. You are recreating the product.Images List on each iteration > > `foreach (var base64 in ProductForm.ImagesBase64) { product.Images = new List ` > >...
> Hey @Loocist23! That error about the missing `Add` method is because the `product.Images` property type is `IEnumerable` which doesn't have `Add`. You just need to create your own list,...
> Ah I see, if I understand it correctly, you've got a file input that will let users select multiple images to upload. I like the recursive function you've got...
any news ?
yeah thats what i was thinking
but thanks for your answer
i did everything you said but the workflow don't create the gh-page branch 
ok so i i did it i just created the gh-pages branch deleted everything in it and put the build i have done in local