mirror of
https://github.com/zfile-dev/zfile.git
synced 2025-04-19 05:34:52 +00:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -187,6 +187,8 @@ public class LocalServiceImpl extends AbstractProxyTransferService<LocalParam> {
|
||||
File uploadToFileObj = new File(uploadPath);
|
||||
BufferedOutputStream outputStream = FileUtil.getOutputStream(uploadToFileObj);
|
||||
IoUtil.copy(inputStream, outputStream);
|
||||
IoUtil.close(outputStream);
|
||||
IoUtil.close(inputStream);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user