Loocist23

Results 8 comments of 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...

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 ![image](https://github.com/user-attachments/assets/e846c952-7e32-44c5-b37c-8a2f5bc16c70)

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