Re: AjaxFileUpload Control hasFile Validation
Hi Rjk_P , I suggest you could you could use F12 Developer Tools to check why make the code bypassed and show me your code about your validate function . Best Regards, Nan Yuthis is not working , can...
View ArticleRe: AjaxFileUpload Control hasFile Validation
now validation are ok , but it is showing only the alert and then postback occuered and data saved without file :(
View ArticleRe: AjaxFileUpload Control hasFile Validation
Hi Nan thanks for your reply , I have already set the property to .pdf, but the scenario is user is changing the extenstion of jpeg file to pdf e.g. 1.jpeg.pdf I have to restrict this for which I am...
View ArticleRe: AjaxFileUpload Control hasFile Validation
Hi Rjk_P,Please try to set AllowedFileTypes property for AjaxFileUpload:<ajaxtoolkit:ajaxfileupload id="AjaxFileUpload1" xmlns:ajaxtoolkit="#unknown"> ThrobberID="myThrobber" ContextKeys="fred"...
View ArticleRe: AjaxFileUpload Control hasFile Validation
Nan can you help me in one more thing , I am using the following code to check the valid .df file , it is executing but not able to alert to the user that it is not a valid pdf file and AjaxFileUpload...
View ArticleRe: AjaxFileUpload Control hasFile Validation
Hi Nan thanks for your reply, I got it resolved I have added the following Page_ISValid in the script <script type="text/javascript"> function validate() { if (!Page_IsValid) { return false; }...
View ArticleRe: AjaxFileUpload Control hasFile Validation
Hi Rjk_P ,I suggest you could you could use F12 Developer Toolsto check why make the code bypassed and show me your code about your validate function .Best Regards,Nan Yu
View ArticleRe: AjaxFileUpload Control hasFile Validation
hi NANMy Requiredfieldvalidators are bypassed if i am using this script
View ArticleRe: AjaxFileUpload Control hasFile Validation
hi Nan I have checked it if I only select the File not upload it , it will warn but if I browse it and upload it , it will allow me to upload another file , since the previous request is completed I am...
View ArticleRe: AjaxFileUpload Control hasFile Validation
Hi Rjk_p,Rjk_P I have set the property to upload maximum file to 1 but it is per request property I have to limit the user to upload only one file When setting MaximumNumberOfFiles="1" property to...
View ArticleRe: AjaxFileUpload Control hasFile Validation
it worked for me , one more thing I am struggling with it .I have set the property to upload maximum file to 1 but it is per request property I have to limit the user to upload only one file can you...
View ArticleRe: AjaxFileUpload Control hasFile Validation
Thanks you got it right , on an external Button I need to validate AjaxFilkeUpload for having the file or not let me try it , thanks for your help
View ArticleRe: AjaxFileUpload Control hasFile Validation
Hi Rjk_P,Rjk_P , I need to validate the AjaxFileUpload Control on button submit to check wether it is containing the file or notIt seems you want to validate the control whether has file from a...
View ArticleAjaxFileUpload Control hasFile Validation
Dear FrensI am working with AjaxFileUpload Control , I need to validate the AjaxFileUpload Control on button submit to check wether it is containing the file or notI have checked , it is not having the...
View Article