ajax uploader to keep its state

  •  09-19-2016, 5:16 AM

    ajax uploader to keep its state

    Hi,

     

    I am currently designing an application using mvc 5.  

    My application has various functionalities on it and in the same view I have implemented the ajax uploader.  

     

    So when insert to db happens, everything works perfectly fine!

    But in case of a validation failure of one of the functionalites on the view, the ajax uploader seems to reset itself and cannot remember its viewstate.

     

    I need the ajax uploader to keep its state as it was before the validation failure.

     

    Can anyone help me as to what is the best possible way to handle this? 

View Complete Thread