This is a migrated thread and some comments may be shown as answers.

Missing LastModifiedDate in RadAsyncUpload

1 Answer 35 Views
Documentation and Tutorials
This is a migrated thread and some comments may be shown as answers.
THEAM SEONG
Top achievements
Rank 1
THEAM SEONG asked on 20 Jan 2020, 02:17 AM

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

}

 

1 Answer, 1 is accepted

Sort by
0
Peter Milchev
Telerik team
answered on 20 Jan 2020, 12:45 PM

Hello,

Please ensure that the Telerik version is R2 2019 or later: 

Also, you can test if the same behavior is replicated in other browsers as well.

Regards,
Peter Milchev
Progress Telerik

Get quickly onboarded and successful with UI for ASP.NET AJAX with the Virtual Classroom technical trainings, available to all active customers. Learn More.
Tags
Documentation and Tutorials
Asked by
THEAM SEONG
Top achievements
Rank 1
Answers by
Peter Milchev
Telerik team
Share this question
or