2
I have the following classes in my project.
Galeria
and Fotos
I have a ViewModel
where I take the data from Galeria
and data from Fotos
.
When doing Submit (normal, not asynchronous Submit) Galeria
and the Fotos
with the ID of Galeria
maid.
Everything is working perfectly, but 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 could not understand how I apply this my case in the examples I saw.
Every suggestion and welcome.
There is this one (myself I left as answer): http://answall.com/questions/13606/alguem-ja-conseguiu-utilizar-o-jquery-file-upload/13613#13613, only the language, but the plugin can be used in several languages
– user6026