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

Upload hangs at 99%

1 Answer 39 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
neebs
Top achievements
Rank 2
neebs asked on 04 Mar 2014, 01:54 AM
I have a site that is exhibiting a persistent problem with the RadAsyncUpload. Persistent, but not consistent. It happens enough to where the business owners are lacking confidence in it and asking for other alternatives. It appears that often, uploads hang at 99%, and either never complete or finally complete after a long period of time. Usually minutes later. I have Windows Authentication only specified, as this is a beta site and the business owners want to keep it under wraps. I added the following to Web.Config:

<location path="Telerik.Web.UI.WebResource.axd">   
    <system.web>       
        <authorization>
            <allow users="*" />       
        </authorization>   
    </system.web>
</location>

But that has had no effect. I am about to switch to Anonymous Authentication to see if this is the issue. However if it isn't I want to find a solution as soon as possible as I don't want to find another upload component at this stage of the project.

Thanks, Steve

1 Answer, 1 is accepted

Sort by
0
Hristo Valyavicharski
Telerik team
answered on 06 Mar 2014, 04:58 PM
Hi Steve,

Does this issue reproduce on all browsers? How large are the files that you are uploading?


Regards,
Hristo Valyavicharski
Telerik

DevCraft Q1'14 is here! Join the free online conference to see how this release solves your top-5 .NET challenges. Reserve your seat now!

Tags
AsyncUpload
Asked by
neebs
Top achievements
Rank 2
Answers by
Hristo Valyavicharski
Telerik team
Share this question
or