...
|
...
|
@@ -89,7 +89,7 @@ func UploadFile(request *protocol.FileRequest) (rsp *protocol.FileResponse, err |
|
|
log.Error(err)
|
|
|
return
|
|
|
}
|
|
|
rsp.Paths = append(rsp.Paths, virtualPath+filename)
|
|
|
rsp.Paths = append(rsp.Paths, virtualPath+"/"+filename)
|
|
|
ResizeImage(request.FileType, sourcePath, prefix, subfix, f)
|
|
|
}
|
|
|
return
|
...
|
...
|
|