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

Uploading Timeout

1 Answer 71 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Joshua Knack
Top achievements
Rank 1
Joshua Knack asked on 30 Jan 2009, 06:24 PM
Hi.  We have a screen that a user can upload files per the standard functionality of the rad editor.  We used to cap the upload file size at whatever the default file size is, but have since bumped it up to 1 GB (essentially to remove the size restriction).  We have found from our clients that any large files (100 MB) that the popup for the media manager goes to a "page cannot be displayed", which I am assuming is because of a timeout.  Is there a way to bump up the amount of time an upload from the media manager can be allowed to have?

1 Answer, 1 is accepted

Sort by
0
Lini
Telerik team
answered on 02 Feb 2009, 05:31 PM
Hello,

Please take a look at the following help article - http://www.telerik.com/help/aspnet-ajax/uploadinglargefilesusingeditor.html

Make sure that you have set all the properties, mentioned in the editor documentation:
- MaxUploadFileSize in the dialog configuration (1 GB)
- maxRequestLength in the web.config (1 GB)
- executionTimeout in the web.config (time in seconds)

Greetings,
Lini
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Editor
Asked by
Joshua Knack
Top achievements
Rank 1
Answers by
Lini
Telerik team
Share this question
or