Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Re: FileUploaded event did not fire when file uploaded successfully !
Re: FileUploaded event did not fire when file uploaded successfully !
01-06-2009, 5:53 AM
mramardeep
Joined on 01-06-2009
Posts 1
Re: FileUploaded event did not fire when file uploaded successfully !
Reply
Quote
Hey Victor,
Use this for disabling your form validations
Uploader1.InsertButton.ValidationGroup = "NoNeed";
This will disable the validations which restricts the uploader to perform a postback.
I hope this works.
Regards,
Amardeep
View Complete Thread