Hello,
I'm working on an ASP.NET MVC 4 solution and would like to be able to display the current status of file uploads (asynch) after a user navigates away from the page where they have uploaded the files. Users may be uploading several large files that could take some time to upload. Ideally this would be displayed through a _layout.html element so that the user can see the file upload progress as they continue to use the application. Any pointers that would help implement this are much appreciated. Thank you!
I'm working on an ASP.NET MVC 4 solution and would like to be able to display the current status of file uploads (asynch) after a user navigates away from the page where they have uploaded the files. Users may be uploading several large files that could take some time to upload. Ideally this would be displayed through a _layout.html element so that the user can see the file upload progress as they continue to use the application. Any pointers that would help implement this are much appreciated. Thank you!