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

AsyncUpload (2011.3.1305.40) failing for IE and Chrome (IIS 7.5)

1 Answer 21 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Peter
Top achievements
Rank 1
Peter asked on 12 May 2014, 03:00 PM
Hi,

I seem unable to upload any large-ish files (around 20mb up) in IE (any version) and Chrome. However, Firefox works fine.

Using the development tools in Internet Explorer, I have noticed that a 404 error occurs. I have run though the following steps:

http://www.telerik.com/help/aspnet-ajax/upload-uploading-large-files.html

Unfortunately,  This hasn't help.

We are currently running under IIS 7.5

Markup

<telerik:RadAsyncUpload ID="ruFiles" runat="server" Skin="" ControlObjectsVisibility="None"
                                DisablePlugins="true"
                                OnClientFileUploaded="doFileUpload"
                                OnClientFileSelected="showLoading"
                                OnFileUploaded="rauFiles_FileUploaded"
                                EnableFileInputSkinning="false"
                                MaxFileSize="214748364"            
                                OnClientValidationFailed="OnClientValidationFailed"
                                OnClientProgressUpdating="onClientFileUploading">
                                <Localization Select="" />
                             </telerik:RadAsyncUpload>

Web.Config
<requestFiltering>
        <!-- the posted content for normal pages should be less than 1 MB.
                     File uploads are handled by the location attribute. -->
        <requestLimits maxAllowedContentLength="10485760" />
      </requestFiltering>
 
<httpRuntime maxRequestLength="1073741824" requestValidationMode="2.0" />


1 Answer, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 15 May 2014, 10:58 AM
Hi Peter,

The issue is most probably caused by the DisablePlugins="true" property that is set. Please try to remove it and upload the file again. You can also set the Chucnk size as it is shown in out on-line demo where this functionality is described.

Hope this will help you solve the issue.

Regards,
Plamen
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
AsyncUpload
Asked by
Peter
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Share this question
or