How to perform a checksum on a file on the upload event in the filemanager

1 Answer 37 Views
FileManager
Emmanuel
Top achievements
Rank 1
Emmanuel asked on 12 Sep 2024, 07:13 AM
Hello, i want to perform a checksum under a memorystream under the uploaded file on the upload event on the filemanager , i need to check if my file is already uploaded then check if the name is the same and so give the user some choice before uplod trully the file 
can you give me some docs ? sample 

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 12 Sep 2024, 12:04 PM

Hi Emmanuel,

Such checks can happen in the controller, because the app doesn't have access to the uploaded file's content earlier.

Then, use the OnSuccess event to notify the user for something, if necessary.

Regards,
Dimo
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
FileManager
Asked by
Emmanuel
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or