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

Issue with Upload Progress

1 Answer 46 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Freak
Top achievements
Rank 1
Freak asked on 18 Oct 2011, 11:30 PM
Hi,

I have a form with few fields, a RadGrid, an add button that adds items to the grid and save button that saves the form along with uploading the document.

One of the textboxes i have causes a postback on its text changed event.

Even though i dont select a file in the RadUpload button, i can sometimes see progress manager load by itself on postback of textbpx changes or on the button click event that adds item to grid, even though no file is selected. Also querystring contains RadURID.

How do i prevent progress monitor to come up when there is no file?

1 Answer, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 21 Oct 2011, 08:22 AM
Hello Freak,

This issue happens when the ViewState size is relatively large and the connection speed is not that fast. Hopefully, the workaround is rather easy. Follow these steps:

1) Go to the web.config of your web-site.
2) Find the appData section
3) Add the following setting:

<add key="AllowCustomProgress" value="false" />

Best wishes,
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
Tags
Upload (Obsolete)
Asked by
Freak
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
Share this question
or