I am using the new AsyncFileUpload control from the latest AjaxControl ToolKit. My query is regarding the OnClientUploadStarted event which is fired before the upload is started. Is there any way to cancel the upload, as I am checking the fileExtension at this point and would like to cancel the upload so that it does not continue and go on to upload the file. My end result is allow only images to be uploaded. Please advise and thanks for your time.
|
|
|||
|
|
|
Hi, I have exactly same issue... can you be more descriptive. What this overriding is doing here. |
||
|
|
|
|
Got the answer, all I had to do was override the javascript function with this script(not the best answer, but works), you all could have done faster and cleaner
|
||
|
|
|
|
You might try adding a "Regular Expression Validator" to the field, and see if you can use that to validate the file selected before the upload starts. |
||||
|
