Hi Support team,
May I know how to access the LastModifiedDate for the file uploaded through RadAsyncUpload before saveas?
I need to check whether the file modified before or not.
As I can see from the tutorial:-
- The property is available only in RadAsyncUpload control when FileApi module is used
I not able to have this LastModifiedDate with my below code. Please advise. Thanks
foreach (UploadedFile f in RadAsyncUpload1.UploadedFiles)
{
//f.LastModifiedDate - this is not available
}