Support forums
Live Support, Chat, Upload Control and Rich Text Editor
Welcome to Support forums
Sign in
|
Join
|
Help
|
Client Center
in
Ajax Uploader (forum)
Products (group)
(Entire Site)
Search
Home
Products
Forums
Blogs
Downloads
Support
Corporate
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,080
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
Copyright 2003 - 2012 CuteSoft Components Inc.. All rights reserved.