Large file streaming uploads
This commit is contained in:
12
Oqtane.Client/Services/Interfaces/IFileService.cs
Normal file
12
Oqtane.Client/Services/Interfaces/IFileService.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using Oqtane.Models;
|
||||
using System.Collections.Generic;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Oqtane.Services
|
||||
{
|
||||
public interface IFileService
|
||||
{
|
||||
Task UploadFilesAsync(string Folder);
|
||||
Task UploadFilesAsync(string Folder, string FileUploadName);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user