Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Re: localization
Re: localization
06-11-2012, 1:04 PM
Kenneth
Joined on 02-13-2008
Posts 3,886
Re: localization
Reply
Quote
Hi hvogels,
Yes, you can set property "FileTooLargeMsg" to custom the file too large message.
protected override void OnLoad(EventArgs e)
{
uploader1.FileTooLargeMsg = "custom message";
base.OnLoad(e);
}
Regards,
Ken
View Complete Thread