2
I need to fill a multi-dimensional vector to transform into json, I’m not getting it I think the last value always overrides the previous one
array_fotos = { "id": 1, "foto": imgName, "tamanho": $(".tamanho_fotos").val(), "quantidade": $("[name='quantidade']").val() };
array_fotos = { "id": 2, "foto": imgName, "tamanho": $(".tamanho_fotos").val(), "quantidade": $("[name='quantidade']").val() };
..... how would you do that