Hi,
I was expecting that pressing the cancel button on RadUpload control would fire the UploadCancel event, either if the file has or hasn't been uploaded yet. Whats happening is that it only fires the event if the file is BEING uploaded.
I need to know when a user selects a file to upload and I need to know if he presses the cancel button, because no file would be selected. Note that I am using MVVM and I need to control whats happening in my viewmodel because I've got other Bindings that are not working because I'm not properly handling the cancel event.
Can someone help me on this?
Thanks,
MF.
I was expecting that pressing the cancel button on RadUpload control would fire the UploadCancel event, either if the file has or hasn't been uploaded yet. Whats happening is that it only fires the event if the file is BEING uploaded.
I need to know when a user selects a file to upload and I need to know if he presses the cancel button, because no file would be selected. Note that I am using MVVM and I need to control whats happening in my viewmodel because I've got other Bindings that are not working because I'm not properly handling the cancel event.
Can someone help me on this?
Thanks,
MF.