...
|
...
|
@@ -76,7 +76,7 @@ func saveFile(name string, title []string, dataList [][]string, toInterfaces fun |
|
|
if stat, err := os.Stat(path); err == nil {
|
|
|
response.FileSize = stat.Size()
|
|
|
}
|
|
|
response.Url = uploadResponse.Path
|
|
|
response.Url = domain.ConvertInternalFileUrlToPublic(uploadResponse.Path)
|
|
|
response.FileName = name
|
|
|
response.Ext = domain.XLSX
|
|
|
|
...
|
...
|
|