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

MaxUploadFileSize

2 Answers 223 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
Karl Wilkens
Top achievements
Rank 1
Karl Wilkens asked on 19 May 2009, 06:26 PM
Hi,

We love the control but it seems a bit not done yet. I have set MaxUploadFileSize="20480000"


but no matter what (have tried other values) the upload dialog always reads -

 
  • Max file size allowed:
200.00 KB

2 Answers, 1 is accepted

Sort by
0
Fiko
Telerik team
answered on 20 May 2009, 02:03 PM
Hello Karl,

I was not able to reproduce the issue on my side. The value that I set to MaxUploadFileSize property is successfully applied and I am not quite sure what may cause the problem on your side.
One possible reason for that behavior, however, can be, if you set the MaxFileSize on the RadFileExplorer.Upload's not to the RadFileExplorer.Configuration property. The subcontrols of RadFileExplorer (RadMenu, RadUpload, etc.) are exposed so developers could change their look or behavior, however the configuration of the RadFileExplorer itself is done in RadFileExplorer1.Configuration.

I hope this helps.

Regards,
Fiko
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Karl Wilkens
Top achievements
Rank 1
answered on 20 May 2009, 03:31 PM
What I found is in design time mode, if you bring up the properties window in Visual Studio 2005, MaxUploadFileSize was mapping to MaxUploadFileSize - not the configuration. I edited this in source and then it worked fine. Thanks.
Tags
FileExplorer
Asked by
Karl Wilkens
Top achievements
Rank 1
Answers by
Fiko
Telerik team
Karl Wilkens
Top achievements
Rank 1
Share this question
or