Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Re: Upload Module is not installed into the Web.config
Re: Upload Module is not installed into the Web.config
06-23-2009, 12:34 PM
cutechat
Joined on 07-22-2004
Posts 2,332
Re: Upload Module is not installed into the Web.config
Reply
Quote
Currently you can get rid of this issue by this way:
override protected void OnLoad(EventArgs args)
{
base.OnLoad(args);
Context.Items[typeof(CuteWebUI.UploadModule)]=true;
}
Regards,
Terry
View Complete Thread