This commit is contained in:
@@ -14,7 +14,7 @@ public interface FileUploadService {
|
||||
|
||||
void cancelUpload(String uploadId);
|
||||
|
||||
void uploadChunk(String uploadId, Integer chunkNumber, MultipartFile chunkFile);
|
||||
UploadProgressResponse uploadChunk(String uploadId, Integer chunkNumber, MultipartFile chunkFile, Integer findSimilar);
|
||||
|
||||
UploadProgressResponse getUploadProgress(String uploadId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user