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

Radprogress without Radupload

2 Answers 51 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Manikandan Balasubramaniyan
Top achievements
Rank 1
Manikandan Balasubramaniyan asked on 23 Sep 2010, 06:10 PM
Hi,

I have a custom file upload code and i just wanted to add the Radprogress bar to monitor the fileupload progress.

Since its already a tested code and we have a release nearing we dont want to change to Radupload.

How do i monitor file upload progress?

Am using a simple file upload:
 <asp:FileUpload ID="fuRPFileSelect" runat="server" />
In the code behind  am using   fuRPFileSelect.SaveAs()  method for saving the file.

Thanks,
Mani

2 Answers, 1 is accepted

Sort by
0
Cori
Top achievements
Rank 2
answered on 23 Sep 2010, 07:56 PM
I believe the RadProgressArea works with the standard FileInput control, according to this help topic:

http://www.telerik.com/help/aspnet-ajax/upload_uploadingsavingfiles.html

I hope that helps.
0
Manikandan Balasubramaniyan
Top achievements
Rank 1
answered on 23 Sep 2010, 09:21 PM
Hi Cori,
Thanks for the reply.  But i figured out myself.  Found the required solution in this:
http://demos.telerik.com/aspnet-ajax/upload/examples/standardfileinputs/defaultcs.aspx

Thanks,
Mani
Tags
Upload (Obsolete)
Asked by
Manikandan Balasubramaniyan
Top achievements
Rank 1
Answers by
Cori
Top achievements
Rank 2
Manikandan Balasubramaniyan
Top achievements
Rank 1
Share this question
or