Hello Experts,
I have added below key in my web.config file .
- <add key="CuteWebUI.AjaxUploader.GlobalMaxSizeKB" value="102400"/>
but it my single case i need to maintain the
MaxSizeKB according to the user setting.
on page load. but the following code is not overriding the config file .
- ajaxUploaderVideos.ValidateOption.MaxSizeKB = Utilities.GetMediaSettings().VideoUploadSizeKB;
Please tell how can i override config key in my page. thanks