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

RadProgress when using HTTP post

1 Answer 107 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Sri
Top achievements
Rank 1
Sri asked on 19 Jan 2010, 08:00 AM
I am posting a form with various fields and a file upload control to an external website(.aspx page). I need to show an upload progress bar. I have replaced the file upload control with a RadUpload and am trying to use the RadProgress Manager. I am not sure what parameters I need to pass to the RadProgressArea control. Do you have a sample project? I can see lots of examples where the radupload is used to upload files to a target folder, but none where the form is being posted.
Ex Form tag: <form id="form1" action="http://externalwebsite.com/landingpage.aspx" method="post" runat="server" >
I have the code to read the fields and save the file in 'landingpage.aspx'. 

But the progress bar parameters are dummy values, how do I tie the real values to the progress bar? Also in this example when I add the action tag to the form, the submit button click event is overridden. How do i avoid this. Any help is appreciated. 

1 Answer, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 19 Jan 2010, 06:21 PM
Hello Sri,

The demo that you have looked is for custom progress monitor. When you want to monitor real file upload you don't have to write a single line of code. The area will automatically monitor the progress for you. You can follow the tips listed here in order to use the area for file upload monitor. I have also attached a sample project that you can use for reference. Upload a file larger than 50mb (when testing on a localhost) and the progress area will appear.

Kind regards,
Genady Sergeev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Upload (Obsolete)
Asked by
Sri
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
Share this question
or