hi
I'm developing a feedbak form using ajax.In that I'v used AsyncFileUpload control to upload some documents to the required path when submit button is clicked.
I wrote script code to check File Content Type & File size while uploading.The code displays message accordingly as file extension not supported and file size is too large to upload correctly but..the file is uploaded successfully when the button is clicked.
I tried to display alert msg box to prevent it but it's not working
Now I need solution to prevent the form from submission.
thanks