czajkcr
Posts: 3
|
| Posted: 03/31/2008, 7:48 AM |
|
I have my fileupload1 control working perfectly and it limits my users to a 150k upload size, but it doesn't give a very nice error message to the user when they have exceeded this limit. I have tried using validation but the process never gets to validation it errors in the control somewhere. He is the error message that I receive:
Error occurred while initializing the upload component
I don't mind the error but I would like it to be more user friendly and not take the users to another page.
Any help would be greatly appreciated. Thanks.
|
 |
 |
wkempees
Posts: 1679
|
| Posted: 03/31/2008, 8:22 AM |
|
Why not, switch on Internationalization.
It will give you the ability to edit the Error Message in the Language File.
Even if you only use English.
Study before you apply, do not know if in your case there might be negative implications.
You probably already have the English language file (Project Explorer->Resources).
_________________
Origin: NL, T:GMT+1 (Forumtime +9)
CCS3/4.01.006 PhP, MySQL .Net/InMotion(Vista/XP, XAMPP)
if you liked this info PAYPAL me: http://donate.consultair.eu
|
 |
 |
|