Hi,
I've got a situation where I need to upload a file, then process it, all the time letting the user know how it is all going.
At the moment I have the progress area working fine for the upload (showing the progress for multiple files).
Once the file is uploaded, I can even send data to the existing progress area using RadProgressContext to update the uploader's progress area.
Question 1.
Is it possible to control a second progress area for the second stage of the process?
This would be cleaner, and would avoid the issue where the progress bar goes to 100% when the upload is complete, then continues from 50% when starting the second phase.
Question 2.
Is it possible to send data back via the progress area that could be used by the client?
In my case I'd want to send the names fo the files successfully saved and the names of those rejected.
Thanks
I've got a situation where I need to upload a file, then process it, all the time letting the user know how it is all going.
At the moment I have the progress area working fine for the upload (showing the progress for multiple files).
Once the file is uploaded, I can even send data to the existing progress area using RadProgressContext to update the uploader's progress area.
Question 1.
Is it possible to control a second progress area for the second stage of the process?
This would be cleaner, and would avoid the issue where the progress bar goes to 100% when the upload is complete, then continues from 50% when starting the second phase.
Question 2.
Is it possible to send data back via the progress area that could be used by the client?
In my case I'd want to send the names fo the files successfully saved and the names of those rejected.
Thanks