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

Restartable Uploads

1 Answer 38 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Rich
Top achievements
Rank 1
Rich asked on 14 Apr 2011, 06:43 AM
Hi,

I have a web application in which I am currently using Microsoft's standard upload control.  However, users are having problems with uploads not completing when they try it from locations with poor connectivity.

Questions:

1. Could your upload control improve the situation?

2. Can your upload be restarted, i.e., if a timeout occurs does it save what was already received so that it can pick up from where it left off?

3. Are there IIS changes that you recommend to better handle upload processing?

Thank you

1 Answer, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 18 Apr 2011, 11:25 AM
Hello Rich,

We have already answered to this question in the support thread opened. For a community reference I will paste the answer here as well:

I believe that the reason your users fail to upload is due to the web.config configuration, not because of the ASP.NET FileUpload. The ASP.NET FileUpload, as well as RadUpload, are based on the html <input type='file' /> element, which in turn has been used for file uploads since the advent of the web. The issue that your users face is a timeout issue I believe. If they are uploading from a slow connection the server  might timeout the request. Hence, the upload will fail. In order to workaround that, please consider setting higher value to the executionTimeout element in the <httpRuntime /> section of the web.config.  For details, please take a look at the following blog post.

Best wishes,
Genady Sergeev
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Upload (Obsolete)
Asked by
Rich
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
Share this question
or