file upload - removing an uploaded file

Noticed that there is no option to remove a file that i ave uploaded by mistake in the forum recently (unless I am missing something). This triggered how can we do this in my test application of file upload.

1 Like

You can use FileStorageService.removeFile() from client tier, or FileStorageAPI.removeFile() from middleware.

1 Like

Excellent! Thank you Konstantin, you’re Awesome.