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

Only show ProgressArea when uploading files

1 Answer 38 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Daniel Plomp
Top achievements
Rank 2
Daniel Plomp asked on 26 Nov 2013, 08:38 PM
Hi,

I have a simple page with a RadUpload, RadProgressArea and RadProgressManager.
When visitors upload one or more files, click on 'Upload Files', the files start uploading and the RadProgressArea 
appears.

So far so good.

After uploading, I do a Request.RawUrl, meaning it reloads the page, binds a grid and shows the uploaded files.

Inside this grid there is a Download button. When you click this button, the file will be downloaded (forced with the Save As dialog).
When you click this buttons, the RadProgressArea appears again, and can't be cancelled or whatever.

I don't want this thing to show up, but only when actually uploading files.

Can I do something about it?

Thanks,
Daniel

1 Answer, 1 is accepted

Sort by
0
Hristo Valyavicharski
Telerik team
answered on 28 Nov 2013, 04:33 PM
Hi Daniel,

There was such issue before, but was resolved in the latest versions. Try to upgrade your project to newer version or try to stop the progress explicitly by calling the stopAsyncPooling() method of the RadProgressManager
$find('RadProgressManager1')._stopAsyncPolling()

Regards,
Hristo Valyavicharski
Telerik
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 the blog feed now.
Tags
Upload (Obsolete)
Asked by
Daniel Plomp
Top achievements
Rank 2
Answers by
Hristo Valyavicharski
Telerik team
Share this question
or