I have a custom http handler for a radasyncupload control, it uploads the file and creates thumbnails for each page.
I want to be able to update a progressbar, with the fact the file has uploaded and when creating the the thumbnails.
Can it be done?
I want to be able to update a progressbar, with the fact the file has uploaded and when creating the the thumbnails.
Can it be done?
15 Answers, 1 is accepted
0
Hi Terry,
Unfortunately, this is currently not possible using RadAsyncUpload. We will research the scenario and try to find a workaround. I will write a follow up to you by the next week.
Best wishes,
Genady Sergeev
the Telerik team
Unfortunately, this is currently not possible using RadAsyncUpload. We will research the scenario and try to find a workaround. I will write a follow up to you by the next week.
Best wishes,
Genady Sergeev
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
0
Terry
Top achievements
Rank 1
answered on 12 Apr 2011, 12:12 PM
Thanks for the response, but really could use that feature. Seems like it would be possible considering you do show the upload progress currently, if I could just have the upload progress work for the upload and the thumbnail generation, more like a progress for the length of time it is taking it to run as opposed to just the time for the upload.
0
Hi Terry,
I think we have found a way to do that. I will log the task and we will try to implement it for SP2, however, the chances are that it will be ready for the next release, because it is not a trivial task.
Regards,
Genady Sergeev
the Telerik team
I think we have found a way to do that. I will log the task and we will try to implement it for SP2, however, the chances are that it will be ready for the next release, because it is not a trivial task.
Regards,
Genady Sergeev
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Joe Terhune
Top achievements
Rank 2
answered on 14 Mar 2013, 07:57 PM
I am looking for the same functionality. Was this ever resolved?
0
Hi Tery,
We have not implemented the feature yet because it was not with a high popularity and we find out that there a some unclear moments. What exactly do you want to happen when the file is uploaded and saved? By that time the ProgressBar would already have reached 100% completion.
Kind regards,
Genady Sergeev
the Telerik team
We have not implemented the feature yet because it was not with a high popularity and we find out that there a some unclear moments. What exactly do you want to happen when the file is uploaded and saved? By that time the ProgressBar would already have reached 100% completion.
Kind regards,
Genady Sergeev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Joe Terhune
Top achievements
Rank 2
answered on 19 Mar 2013, 05:28 PM
http://demos.telerik.com/aspnet-ajax/progressarea/examples/customprogress/defaultcs.aspx?RadUrid=b32b2400-fdaf-44c9-bec6-5e551a00dfa4 demonstrates a multi step process using the RadProgressArea.
I wanted to use the RadProgressArea with the custom handler for RadAsyncUpload to show the progress of the three steps. Upload, encryption, saving to database.
I wanted to use the RadProgressArea with the custom handler for RadAsyncUpload to show the progress of the three steps. Upload, encryption, saving to database.
0
Hi Terry,
Due to some limitations of RadProgressArea this is not possible as of now. We will do a little research to see if we can hack a workaround though. :)
Kind regards,
Genady Sergeev
the Telerik team
Due to some limitations of RadProgressArea this is not possible as of now. We will do a little research to see if we can hack a workaround though. :)
Kind regards,
Genady Sergeev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
moegal
Top achievements
Rank 1
answered on 31 Mar 2013, 10:59 AM
i too would like to track multiple events
Marty
Marty
0
Hi Marty,
What exactly you are trying to achieve? Would you please elaborate a bit more on the scenario you attempt to achieve?
Regards,
Hristo Valyavicharski
the Telerik team
What exactly you are trying to achieve? Would you please elaborate a bit more on the scenario you attempt to achieve?
Regards,
Hristo Valyavicharski
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Joe Terhune
Top achievements
Rank 2
answered on 02 Apr 2013, 02:29 PM
In my scenario I have files that I upload, encrypt and then save to a database. I would like to show the progress of the upload and when complete notify the user that the file is being encrypted and when that completes notify them that the file is being saved and then finally that all tasks completed.
The RadProgressArea has the ability to show multiple measurable processes so I was hoping to use it to show the progress from each step.
Is my case the encryption and save processes are completed by a custom handler associated with the AsyncUpload control.
BTW I am not Terry. Terry started the original thread I just replied to it.
The RadProgressArea has the ability to show multiple measurable processes so I was hoping to use it to show the progress from each step.
Is my case the encryption and save processes are completed by a custom handler associated with the AsyncUpload control.
BTW I am not Terry. Terry started the original thread I just replied to it.
0
Hi Joe,
Thank you for the clarification. We are currently researching if this is possible and how it can be implemented. I will update this forum thread once we have more information.
Kind regards,
Hristo Valyavicharski
the Telerik team
Thank you for the clarification. We are currently researching if this is possible and how it can be implemented. I will update this forum thread once we have more information.
Kind regards,
Hristo Valyavicharski
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Michael Wayne
Top achievements
Rank 1
answered on 24 Jun 2014, 05:43 PM
Was there ever any extension of the control to accommodate these use cases?
0
Hi,
It depends how these scenarios are implemented. For example if custom handler is used and the uploading is done in this handler the progress area should display the file uploading precisely.
Regards,
Hristo Valyavicharski
Telerik
It depends how these scenarios are implemented. For example if custom handler is used and the uploading is done in this handler the progress area should display the file uploading precisely.
Regards,
Hristo Valyavicharski
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
0
Joey
Top achievements
Rank 1
answered on 15 Sep 2016, 02:17 PM
Is there an update on the status of being able to update the RadProgresBar from a custom handler for a RadAsyncUpload control?
We are currently using a custom AsyncUploadHandler which does various forms of processing on an upload and we would like to report the status of this processing to the user.
Thank you.
0
Hello Joey,
Currently the integration between the RadAsyncUpload and RadProgressArea allows reporting of the file uploading process. Currently, reporting additional processing in the custom upload handler won't be possible.
Regards,
Veselin Tsvetanov
Telerik by Progress
Currently the integration between the RadAsyncUpload and RadProgressArea allows reporting of the file uploading process. Currently, reporting additional processing in the custom upload handler won't be possible.
Regards,
Veselin Tsvetanov
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.