Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Re: localization
localization
Last post 06-11-2012, 1:04 PM by
Kenneth
. 1 replies.
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
06-09-2012, 5:46 AM
73856
hvogels
Joined on 06-09-2012
Posts 2
localization
Reply
Quote
Is it possible to change the message when an file to upload is to large ?
I would like to support more languages.
Filed under:
Ajax Uploader
,
warning limit file upload
,
Ajax uploader maxfileSize
06-11-2012, 1:04 PM
73870
in reply to
73856
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