How to Override AjaxUploader.GlobalMaxSizeKB size

  •  08-14-2010, 4:12 AM

    How to Override AjaxUploader.GlobalMaxSizeKB size

    Hello Experts,
    I have added below key in my web.config file .
     
    1. <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 .

     

    1. ajaxUploaderVideos.ValidateOption.MaxSizeKB = Utilities.GetMediaSettings().VideoUploadSizeKB;  

    Please tell  how can i override config key  in my page. thanks

     

View Complete Thread