I want to a message when ajaxToolkit:AjaxFileUpload start uploading, is there a way to do this
I want to a message when ajaxToolkit:AjaxFileUpload start uploading, is there a way to
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
By default
AjaxFileUploaddoesn’t have such event. But as the AjaxControlToolkit is an open-source library, you can add it yourself. Download the recent library sources from this page: source codes, find out AjaxFileUpload control sources (/Server/AjaxControlToolkit/AjaxFileUpload folder) and add code below to the AjaxFileUpload.cs file:after that, modify
AjaxFileUpload.pre.jsfile:Than build solution and enjoy with new functionality.