add file manager
This commit is contained in:
@ -8,5 +8,6 @@ namespace Oqtane.Services
|
||||
{
|
||||
Task<List<string>> GetFilesAsync(string Folder);
|
||||
Task<bool> UploadFilesAsync(string Folder, string[] Files, string FileUploadName);
|
||||
Task DeleteFileAsync(string Folder, string File);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user