I have the following classes in my project.
Galeria
and Fotos
I have ViewModel
where I get the data of Galeria
and data of Fotos
.
When submitting (submit normal, not asynchronous), save Galeria
and Fotos
with ID of Galeria
created.
Everything is working perfectly, however depending on the amount of Images selected the page is stopped and no information of what is happening appears to the user.
I want to implement some Plugin to do this, I researched many but I could not understand how I applied this case to the examples I saw.
Any suggestions and welcome.