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
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:
Which is no good.
Any help would be appreciated.
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" /> |
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:
|
Which is no good.
Any help would be appreciated.