I'm trying to upload files or multiple files on a web application using AngularJS and C#
Is it entirely possible to rename the files that were successfully uploaded?
Just to avoid confusion, I want to rename the files on the local drive to have "_done" on their file name as a marker that they have been uploaded already.
Thanks!