Hello.
I’m currently working with RadControls_for_ASP.NET_AJAX_2010_1_519_dev
I have a RadAsyncUpload and two
asp buttons in the same form, Cancel and OK.
When pressed the Ok button, a server
side event is raised and I get the file name, extension and content type from
the file just uploaded looking at RadAsyncUpload.UploadedFileCollection.
So far so good.
My problem is that I need to know when looking into UploadedFileCollection if
the file was removed using the integrated Remove button in RadAsyncUpload.
UploadedFileCollection doesn’t seem to be affected by the Remove operation
made, as the file item still remains there.
What am I missing?