diff --git a/route/v2.go b/route/v2.go index 3741ec87d..6348368cc 100644 --- a/route/v2.go +++ b/route/v2.go @@ -152,6 +152,7 @@ func InitFile() http.Handler { fileName := path.Base(filePath) w.Header().Add("Content-Disposition", "attachment; filename*=utf-8''"+url.PathEscape(fileName)) http.ServeFile(w, r, filePath) + //http.ServeFile(w, r, filePath) }) }