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

2 Fold - Progress Bar and Upload Size

2 Answers 58 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Chase Florell
Top achievements
Rank 1
Chase Florell asked on 30 Sep 2008, 09:17 PM
My Question is two fold.

1) I was hoping that the RadEditor upload feature would be using the RadUpload tool so that we can have a progress bar on all uploads... Is there an easy way to implement this?

2) What is the easiest way to increase "maxUploadSize" ... I know how to set it in the RadEditor, but I don't know how to set it for sitewide uploads.  I tried

<system.web> 
        <httpRuntime maxRequestLength="52428800" /> 
 But then I get

Parser Error Message: The value for the property 'maxRequestLength' is not valid. The error is: The value must be inside the range 0-2097151.

Source Error:

Line 24:  </appSettings>
Line 25: 	<system.web>
Line 26: <httpRuntime maxRequestLength="52428800" />Line 27: 		<authentication mode="Forms">
Line 28: 			<forms loginUrl="Login.aspx" cookieless="UseCookies"/>

Which is no good.

Any help would be appreciated.

2 Answers, 1 is accepted

Sort by
0
Chase Florell
Top achievements
Rank 1
answered on 30 Sep 2008, 09:26 PM
OK, I answered the second question.

The "maxRequestLength" in the Web.Config is in KiloBytes, not Bytes
0
George
Telerik team
answered on 02 Oct 2008, 01:12 PM
Hi Chase,

Currently, we have plans to import RadGrid and RadTreeView into the editor's dialogs. Shortly after this is done, we will import and RadUpload.


Sincerely,
George
the Telerik team

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