This is a migrated thread and some comments may be shown as answers.

Displaying Upload Progress After Navigating Away From Upload Form

1 Answer 92 Views
Upload
This is a migrated thread and some comments may be shown as answers.
PeteZLS
Top achievements
Rank 1
PeteZLS asked on 16 Oct 2012, 05:08 AM
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!

1 Answer, 1 is accepted

Sort by
0
Vladimir Iliev
Telerik team
answered on 19 Oct 2012, 07:16 AM
Hi Peter, 


Basically if you navigate to another page the upload process will be aborted. There are two possible solutions to keep the upload process and navigating between different pages in the current domain:

  1. Using Ajax to reload the content of the page without refreshing it (recommended)
  2. Using Iframe where the user can navigate between the pages, and place the Uploader outside the Iframe

Kind Regards,
Vladimir Iliev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Upload
Asked by
PeteZLS
Top achievements
Rank 1
Answers by
Vladimir Iliev
Telerik team
Share this question
or